1 Star 0 Fork 0

Pulsar/koa2-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "koa2-api",
"version": "1.0.0",
"description": "这是一个用Node+Koa2搭建的通用API服务项目",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "nodemon ./src/main.js"
},
"keywords": [
"node",
"koa2",
"mysql",
"sequelize",
"dotenv",
"nodemon"
],
"author": "hoo",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-parameter": "^3.0.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"koa2-swagger-ui": "^5.11.0",
"mysql2": "^3.10.0",
"sequelize": "^6.37.3",
"swagger-jsdoc": "^6.2.8"
},
"devDependencies": {
"dotenv": "^16.4.5",
"nodemon": "^3.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitee_store/koa2-api.git
git@gitee.com:gitee_store/koa2-api.git
gitee_store
koa2-api
koa2-api
master

搜索帮助