1 Star 0 Fork 0

cc/node-web-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
cc 提交于 2024-12-13 15:28 +08:00 . fix: 文件下载的接口
{
"name": "fastly",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon ./src/app.js",
"prod": "pm2 start pm2.json ",
"format": "prettier --write \"**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/multipart": "^9.0.1",
"axios": "^1.7.9",
"es-toolkit": "^1.29.0",
"fastify": "^5.1.0",
"moment": "^2.30.1",
"mysql2": "^3.11.5",
"node-schedule": "^2.1.1"
},
"devDependencies": {
"nodemon": "^3.1.7",
"prettier": "^3.4.2"
},
"engines": {
"node": ">=18.18.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caicaistudy/node-web-template.git
git@gitee.com:caicaistudy/node-web-template.git
caicaistudy
node-web-template
node-web-template
master

搜索帮助