-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
42
43
44
{
"name": "rippers",
"version": "0.0.1",
"description": "rip data into prefer format",
"main": "dev/main.js",
"scripts": {
"start": "webpack && node dev/main.js",
"stop": "killall node",
"restart": "npm stop && npm start",
"tv": "curl http://localhost:10001/tv",
"binge": "curl http://localhost:10001/binge",
"mv": "curl http://localhost:10001/mv",
"all": "npm run tv && npm run mv && npm run binge",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stone",
"license": "ISC",
"dependencies": {
"async": "^3.1.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"jquery": "^3.5.1",
"jsdom": "^16.2.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"path": "^0.12.7",
"prompts": "^2.3.2",
"request": "^2.88.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"chalk": "^1.1.3",
"errorhandler": "^1.5.1",
"morgan": "^1.9.1",
"source-map-support": "^0.5.16",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}