1 Star 6 Fork 21

北瑶/express-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
beiyao 提交于 2022-04-20 14:25 . 添加了nodemon
{
"name": "expresstemplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev":"nodemon ./app.js"
},
"repository": {
"type": "git",
"url": "git@gitee.com:beiyaoyaoyao/express-template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.3",
"nodemon": "^2.0.15"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/beiyaoyaoyao/express-template.git
git@gitee.com:beiyaoyaoyao/express-template.git
beiyaoyaoyao
express-template
express-template
master

搜索帮助