spider/package.json

34 lines
684 B
JSON

{
"name": "spider",
"version": "1.0.0",
"description": "",
"main": "index.js",
"babel": {
"presets": [
"env"
]
},
"scripts": {
"start": "babel-node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "zhl",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.3",
"bunyan": "^1.8.12",
"file-stream-rotator": "^0.4.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"mongoose": "^5.2.15",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"ws": "^6.1.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1"
}
}