加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 943 Bytes
一键复制 编辑 原始数据 按行查看 历史
harae Feng 提交于 2020-04-07 16:08 . 1
{
"name": "musicAPI",
"version": "1.0.0",
"description": "第三方音乐API",
"main": "index.js",
"repository": {
"type": "gitee",
"url": "https://gitee.com/haraefwx/musicAPI.git"
},
"author": "harae Feng",
"license": "ISC",
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"crypto": "^1.0.1",
"ejs": "^2.7.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"querystring": "^0.2.0",
"request": "^2.88.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化