-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "lastchaos-classic-emulator",
"version": "0.0.9",
"description": "Last Chaos Classic Emulator",
"scripts": {
"loginserver": "ts-node LoginServer/src/main.ts",
"gameserver": "ts-node GameServer/src/main.ts",
"tools/gameserver-via-repl": "node ./tools/gameserver-via-repl.js",
"tools/export-packet-definition": "ts-node ./tools/export-packet-definition.ts",
"tools/convert-packet-dump": "ts-node ./tools/convert-packet-dump.ts"
},
"author": "agsvn",
"dependencies": {
"@local/shared": "file:./shared/",
"bcrypt": "^5.1.1",
"chalk": "^4.1.0",
"dotenv": "^16.3.1",
"js-quadtree": "^3.3.6",
"mariadb": "^3.2.2",
"mocha": "^10.2.0",
"smart-buffer": "^4.2.0",
"three": "^0.159.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/three": "^0.159.0"
}
}