-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "parasolo",
"version": "1.0.0",
"description": "Server for parasolo",
"main": ".eslintrc.js",
"scripts": {
"start": "cd server && ts-node-dev --project tsconfig.server.json --respawn --transpile-only index.ts",
"build": "yarn && cd ./types && yarn && cd ../server && tsc --project tsconfig.server.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mad-ang/momstown-servers"
},
"keywords": [],
"author": "parasolo",
"license": "ISC",
"bugs": {
"url": "https://github.com/mad-ang/momstown-servers/issues"
},
"homepage": "https://github.com/mad-ang/momstown-servers#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"copyfiles": "^2.4.1",
"eslint": "^7.11.0",
"minimist": ">=1.2.2",
"rimraf": "^2.7.1",
"ts-node": "^8.1.0",
"ts-node-dev": "^1.0.0-pre.63"
},
"dependencies": {
"@colyseus/command": "^0.1.7",
"@colyseus/monitor": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/uuid": "^9.0.0",
"aws-sdk": "^2.1298.0",
"bcrypt": "^5.1.0",
"colyseus": "^0.14.0",
"colyseus.js": "^0.14.12",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"global": "^4.4.0",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.3",
"peer": "^0.6.1",
"phaser": "^3.55.2",
"pm2": "^5.2.2",
"regenerator-runtime": "^0.13.7",
"socket.io": "^4.5.4",
"typescript": "^4.8.2",
"uuid": "^9.0.0"
}
}