加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
d_ryvius 提交于 2022-09-03 21:49 . feat: user | goods + docs + test
{
"name": "01_API-Server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-parameter": "^3.0.1",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"mysql2": "^2.3.3",
"sequelize": "^6.21.3"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化