1 Star 0 Fork 2

BLF2/qq-music-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
Rain120 提交于 2020-07-04 16:29 . Test PR 19 at local and add docs (#20)
{
"name": "qq-music-api",
"version": "1.0.0",
"description": "qq music api, just for study",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"docs": "docsify serve docs -p 9611",
"commit-push": "./commit-push.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"eslint": "eslint --fix --color module/**/** routers/**/** util/**/**",
"prettier": "prettier --write --tab-width=2 module/**/** routers/**/** util/**/**",
"lint-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Rain120/qq-music-api.git"
},
"keywords": [
"QQ音乐",
"音乐",
"QQ音乐koa2"
],
"author": "Rain120",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rain120/qq-music-api/issues"
},
"homepage": "https://github.com/Rain120/qq-music-api#readme",
"lint-staged": {
"*.{js}": [
"npm run prettier",
"npm run changelog"
]
},
"husky": {
"hooks": {
"pre-commit": [
"lint-staged"
],
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"axios": "^0.18.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"moment": "^2.24.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/register": "^7.4.4",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"colors": "^1.3.3",
"conventional-changelog-cli": "^2.0.34",
"eslint": "^7.3.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nodemon": "^2.0.4",
"prettier": "^2.0.5"
},
"engines": {
"node": ">=7.6.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/blf2/qq-music-api.git
[email protected]:blf2/qq-music-api.git
blf2
qq-music-api
qq-music-api
master

搜索帮助