加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
elecV2 提交于 2021-03-17 21:15 . $exec 增加延迟交互输入
{
"name": "elecV2P",
"version": "3.2.6",
"description": "customize personal network",
"main": "index.js",
"author": "https://github.com/elecV2",
"repository": {
"type": "git",
"url": "https://github.com/elecV2/elecV2P"
},
"scripts": {
"start": "pm2 start index.js -n elecV2P -o logs/pm2.log -e logs/pm2-error.log --no-daemon",
"dev": "set port=12521 && nodemon index.js"
},
"license": "Apache-2.0",
"dependencies": {
"anyproxy": "^4.1.3",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"formidable": "^1.2.2",
"node-cron": "^2.0.3",
"rss": "^1.2.2",
"pm2": "^4.5.4"
},
"devDependencies": {},
"nodemonConfig": {
"ignore": [
"logs",
"script/JSFile/*",
"script/Lists/*",
"script/Store/*",
"web/*",
"*test.js"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化