-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 953 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 953 Bytes
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": "sync-server",
"version": "2.0.0",
"description": "",
"scripts": {
"test": "jest --detectOpenHandles",
"build": "tsc",
"start": "tsc && node dist/src/main.js",
"start-dev": "ts-node-dev --respawn --transpileOnly src/main.ts"
},
"author": "Alec Chan",
"dependencies": {
"@types/ascii-art": "^1.4.0",
"@types/cors": "^2.8.4",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.1",
"@types/socket.io": "^2.1.0",
"@types/winston": "^2.3.7",
"@types/ws": "^6.0.1",
"ascii-art": "^1.5.0",
"cors": "^2.8.5",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"firebase": "^5.4.1",
"firebase-admin": "^6.0.0",
"jest": "^23.5.0",
"socket.io": "^2.1.1",
"ts-jest": "^23.1.4",
"ts-node-dev": "^1.0.0-pre.30",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.0.1",
"winston": "^2.4.0"
}
}