-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1004 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
33
34
35
{
"bin": "./build_es5/spider.js",
"name": "spider_puppeteer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"buildToEs5": "rm -rf ./build_es5 && babel ./src -d ./build_es5 --presets es2015",
"dev": "export NODE_ENV=dev && export NODE_CONFIG_DIR=./src/config && babel-node src/spider.js",
"pkg": "rm -f ./dist/* && pkg ./package.json -t node10-linux --out-path=dist/",
"runPkg": "export NODE_ENV=dev && export NODE_CONFIG_DIR=./src/config && ./dist/spider_puppeteer",
"test": "echo \"Error: no test specified\" && exit 1"
},
"pkg": {
"assets": [
""
]
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/router": "^8.0.2",
"async": "^3.1.0",
"axios": "^0.19.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"config": "^3.2.3",
"koa": "^2.10.0",
"koa2-cors": "^2.0.6",
"mongoose": "^5.7.6",
"pkg": "^4.4.0",
"puppeteer-core": "^2.0.0"
}
}