-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "my-app",
"version": "1.0.0",
"description": "npm init template for bootstraping an empty Colyseus project",
"main": "lib/index.js",
"scripts": {
"start": "DEBUG=colyseus:errors ts-node index.ts",
"loadtest": "colyseus-loadtest loadtest/example.ts --room my_room --numClients 2",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/colyseus/create-colyseus/issues"
},
"homepage": "https://github.com/colyseus/create-colyseus#readme",
"devDependencies": {
"@colyseus/loadtest": "^0.12.0",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
"dependencies": {
"@colyseus/command": "^0.1.5",
"@colyseus/monitor": "^0.12.2",
"@colyseus/social": "^0.10.9",
"@sentry/node": "^5.15.5",
"@types/lodash": "^4.14.150",
"@types/uuid": "^7.0.3",
"colyseus": "^0.13.0",
"colyseus.js": "^0.13.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-basic-auth": "^1.2.0",
"express-jwt": "^5.3.1",
"lodash": "^4.17.15",
"save": "^2.4.0",
"tslint": "^6.1.1",
"uuid": "^8.0.0"
}
}