-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "chat-codes-server",
"version": "1.0.0",
"description": "",
"main": "node built/cc_server.js",
"scripts": {
"start": "node built/cc_server.js",
"mem": "node built/cc_server.js -m",
"build": "npx tsc",
"watch": "npx tsc --watch"
},
"dependencies": {
"@types/express": "^4.0.37",
"@types/node": "^8.0.16",
"@types/socket.io": "^1.4.30",
"@types/socket.io-client": "^1.4.30",
"@types/underscore": "^1.8.2",
"@types/ws": "^3.0.2",
"command-line-args": "^4.0.7",
"express": "^4.15.4",
"jquery": "^3.2.1",
"js-logger": "^1.4.1",
"ot-text": "^1.0.1",
"sharedb": "^1.0.0-beta.7",
"sharedb-mongo": "^1.0.0-beta.4",
"tsify": "^3.0.3",
"typescript": "^2.5.2",
"underscore": "^1.8.3",
"websocket-json-stream": "0.0.3",
"ws": "^3.2.0"
},
"devDependencies": {
"bufferutil": "^3.0.2",
"utf-8-validate": "^3.0.3"
}
}