-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 902 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
30
31
32
33
34
35
36
37
38
{
"name": "abootpal",
"version": "0.1.0",
"description": "All-But-One Of These People Are Lying",
"main": "index.ts",
"author": "Dylan J. White",
"license": "UNLICENSED",
"engines": {
"node": "13.x"
},
"scripts": {
"start": "ts-node index.ts"
},
"bugs": {
"url": "https://github.com/Dylan-JW/abootpal/issues"
},
"homepage": "https://github.com/Dylan-JW/abootpal#readme",
"repository": {
"type": "git",
"url": "https://github.com/Dylan-JW/abootpal"
},
"devDependencies": {
"@colyseus/loadtest": "^0.12.0",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.1"
},
"dependencies": {
"@colyseus/monitor": "^0.12.1",
"@colyseus/social": "^0.11.6",
"colyseus": "^0.12.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.5",
"xhr2": "^0.2.0"
}
}