-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "netease-music-cache-decoder",
"version": "0.1.2",
"description": "The decoder for netease music to convert cache file to origin mp3.",
"main": "src/index.js",
"scripts": {
"eslint": "eslint .",
"format": "prettier . --write",
"ut": "",
"test": "",
"prepare": "husky install"
},
"files": [],
"repository": {
"type": "git",
"url": "git+https://github.com/poppinlp/netease-music-cache-decoder.git"
},
"keywords": [
"netease-music",
"cache",
"decoder"
],
"author": "PoppinL <poppinlp@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/poppinlp/netease-music-cache-decoder/issues"
},
"homepage": "https://github.com/poppinlp/netease-music-cache-decoder#readme",
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0"
},
"dependencies": {
"NeteaseCloudMusicApi": "^4.0.12"
}
}