2019-11-03 19:13:06 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "musescore-downloader",
|
2020-10-23 15:05:50 +00:00
|
|
|
|
"version": "0.9.4",
|
2019-11-12 04:45:16 +00:00
|
|
|
|
"description": "download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱",
|
2019-11-03 19:13:06 +00:00
|
|
|
|
"main": "dist/main.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/Xmader/musescore-downloader.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "Xmader",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/Xmader/musescore-downloader/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/Xmader/musescore-downloader#readme",
|
2019-12-01 07:10:51 +00:00
|
|
|
|
"dependencies": {
|
2020-01-26 06:32:54 +00:00
|
|
|
|
"pdfkit": "git+https://github.com/Xmader/pdfkit.git",
|
2020-09-27 16:20:33 +00:00
|
|
|
|
"svg-to-pdfkit": "^0.1.8",
|
2020-09-27 16:21:27 +00:00
|
|
|
|
"webmscore": "^0.10.4"
|
2019-12-01 07:10:51 +00:00
|
|
|
|
},
|
2019-11-03 19:13:06 +00:00
|
|
|
|
"devDependencies": {
|
2019-12-01 07:10:51 +00:00
|
|
|
|
"@rollup/plugin-json": "^4.0.0",
|
2019-12-01 23:30:38 +00:00
|
|
|
|
"@types/file-saver": "^2.0.1",
|
2019-12-01 08:57:54 +00:00
|
|
|
|
"@types/pdfkit": "^0.10.4",
|
2019-11-03 19:13:06 +00:00
|
|
|
|
"rollup": "^1.26.3",
|
2019-12-01 07:10:51 +00:00
|
|
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
|
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
2019-12-01 08:57:54 +00:00
|
|
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
2019-12-01 07:10:51 +00:00
|
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
2019-11-03 19:13:06 +00:00
|
|
|
|
"rollup-plugin-typescript": "^1.0.1",
|
|
|
|
|
"tslib": "^1.10.0",
|
2020-10-01 15:57:39 +00:00
|
|
|
|
"typescript": "^3.9.7"
|
2019-11-03 19:13:06 +00:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "rollup -c",
|
|
|
|
|
"watch": "npm run build -- --watch",
|
|
|
|
|
"bump-version:patch": "npm version patch --no-git-tag",
|
|
|
|
|
"bump-version:minor": "npm version minor --no-git-tag"
|
|
|
|
|
}
|
|
|
|
|
}
|