36 lines
1009 B
JSON
36 lines
1009 B
JSON
{
|
|
"name": "unlock-music",
|
|
"version": "1.3.4",
|
|
"updateInfo": "修复解锁无元数据的ncm文件时会产生的错误",
|
|
"license": "MIT",
|
|
"description": "Unlock encrypted music file in browser.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ix64/unlock-music"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"fix-compatibility": "node ./src/fix-compatibility.js"
|
|
},
|
|
"dependencies": {
|
|
"browser-id3-writer": "^4.4.0",
|
|
"core-js": "^3.6.4",
|
|
"crypto-js": "^4.0.0",
|
|
"element-ui": "^2.13.0",
|
|
"music-metadata-browser": "^2.0.4",
|
|
"register-service-worker": "^1.7.0",
|
|
"vue": "^2.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.2.3",
|
|
"@vue/cli-plugin-pwa": "^4.2.3",
|
|
"@vue/cli-service": "^4.2.3",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"workerize-loader": "^1.1.0"
|
|
}
|
|
}
|