1 Star 0 Fork 0

牛气腾腾 / node-crawler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yakima 提交于 2021-04-10 23:39 . 添加代码
{
"name": "node-crawler",
"version": "1.0.0",
"description": "#### Description nodejs写的爬虫定时任务",
"main": "index.js",
"scripts": {
"installDependencies": "npm i -g pm2 && npm i",
"debug": "node src/index.js",
"start": "pm2 start ecosystem.config.js",
"restart": "pm2 restart ecosystem.config.js",
"delete": "pm2 delete ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"getShellUsedToStartProjectAfterReboot": "pm2 startup",
"log": "pm2 log",
"status": "pm2 status"
},
"repository": {
"type": "git",
"url": "https://gitee.com/bulls-cows/node-crawler.git"
},
"keywords": [
"node",
"crawler"
],
"author": "",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.6",
"mysql": "^2.18.1",
"node-schedule": "^2.0.0",
"superagent": "^6.1.0"
}
}
NodeJS
1
https://gitee.com/bulls-cows/node-crawler.git
git@gitee.com:bulls-cows/node-crawler.git
bulls-cows
node-crawler
node-crawler
master

搜索帮助