-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
41
{
"name": "cacheserver",
"version": "1.0.0",
"description": "Backend server for ProactiveCacher",
"private": true,
"main": "index.js",
"dependencies": {
"@types/json2csv": "^4.1.0",
"apn": "^2.2.0",
"express": "^4.21.0",
"googleapis": "^30.0.0",
"json2csv": "^4.1.3",
"likely": "^0.2.0",
"moment": "^2.22.1",
"realm": "^2.6.0",
"winston": "^3.0.0-rc6",
"youtube-dl": "^1.12.2"
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/node": "^10.0.10",
"@types/youtube-dl": "^1.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run main",
"main": "node compiled_node/index.js",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidpasztor/ProactiveCacherServer.git"
},
"author": "David Pasztor",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidpasztor/ProactiveCacherServer/issues"
},
"homepage": "https://github.com/davidpasztor/ProactiveCacherServer#readme"
}