加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦少卫 提交于 2021-05-23 13:17 . init file
{
"name": "machinenode",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development node ./bin/www",
"startPro": "NODE_ENV=production node ./bin/www"
},
"dependencies": {
"axios": "^0.20.0",
"cookie-parser": "~1.4.4",
"cron": "^1.8.2",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-jwt": "^5.3.1",
"formidable": "^1.2.1",
"hash.js": "^1.1.7",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.7.1",
"morgan": "~1.9.1",
"node-fetch": "^2.6.0",
"node-rsa": "^1.0.5",
"nodemailer": "^6.4.2",
"redis": "^2.8.0",
"request": "^2.88.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化