-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"scripts": {
"start": "node server/index.js",
"noredis": "node server/no-redis.js"
},
"name": "anzen_worker",
"description": "/typings/phaser に [https://github.com/photonstorm/phaser/tree/master/types](https://github.com/photonstorm/phaser/tree/master/types) を入れておくとIntelliSenseが効いて開発しやすいと思います。",
"version": "1.0.0",
"main": "server/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NITMC-Procon/AnzenWorker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NITMC-Procon/AnzenWorker/issues"
},
"homepage": "https://github.com/NITMC-Procon/AnzenWorker#readme",
"dependencies": {
"@socket.io/redis-adapter": "^7.0.0",
"@socket.io/redis-emitter": "^4.1.0",
"cluster": "^0.7.7",
"express-generator": "^4.13.1",
"mysql": "^2.18.1",
"os": "^0.1.2",
"redis": "^3.1.2",
"socket-adapter": "^0.3.0",
"socket.io": "^4.1.3",
"socket.io-redis": "^6.1.1",
"sticky-session": "^1.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"express": "^4.17.1",
"http": "0.0.1-security",
"ws": "^7.5.4"
}
}