1 Star 0 Fork 0

阿炸克斯/music-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿炸克斯 提交于 2021-11-11 00:35 . 接口重写
{
"name": "koa-getting-started",
"version": "1.0.0",
"private": true,
"description": "A sample Node.js app using Koa",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js -- "
},
"dependencies": {
"async": "^2.6.1",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.2",
"ejs": "^2.5.6",
"entities": "^1.1.2",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"koa-views": "^6.0.2",
"leancloud-storage": "^3.11.0",
"leanengine": "^3.3.2",
"query-string": "^7.0.1",
"request": "^2.88.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^1.19.4"
},
"engines": {
"node": "12.x"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lvyueyang/music-api.git
git@gitee.com:lvyueyang/music-api.git
lvyueyang
music-api
music-api
master

搜索帮助