1 Star 0 Fork 0

/w/todolist-express-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
/w 提交于 2024-01-26 23:43 . 🎉 init: init project
{
"name": "todo-express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec ts-node src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.19.5",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"mongoose": "^8.1.1",
"sequelize": "^6.35.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.97",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/vipboo/todolist-express-demo.git
git@gitee.com:vipboo/todolist-express-demo.git
vipboo
todolist-express-demo
todolist-express-demo
master

搜索帮助