-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 858 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
{
"name": "adblink-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/index.js",
"postinstall": "./node_modules/.bin/tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^3.2.0",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"mongodb": "^3.3.0",
"node-cron": "^2.0.3",
"socket.io": "^2.2.0",
"typescript": "^3.5.3"
},
"devDependencies": {
"@types/busboy": "^0.2.3",
"@types/express": "^4.17.1",
"@types/mongodb": "^3.3.0",
"@types/socket.io": "^2.1.2"
}
}