-
Notifications
You must be signed in to change notification settings - Fork 180
/
Copy pathpackage.json
55 lines (55 loc) · 1.92 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "MusicFreePlugins",
"version": "1.0.0",
"description": "MusicFree插件",
"main": "dist/plugin.js",
"scripts": {
"serve": "http-server .",
"build": "tsc & node ./scripts/generate.js",
"publish": "git checkout master & git merge v0.1 & git push & git checkout v0.1 & git push",
"test-kugou": "ts-node -T ./plugins/kugou/index.ts",
"test-navidrome": "ts-node -T ./plugins/navidrome/index.ts",
"test-audiomack": "ts-node -T ./plugins/audiomack/index.ts",
"test-kuwo": "ts-node -T ./plugins/kuwo/index.ts",
"test-migu": "ts-node -T ./plugins/migu/index.ts",
"test-qq": "ts-node -T ./plugins/qq/index.ts",
"test-qianqian": "ts-node -T ./plugins/qianqian/index.ts",
"test-netease": "ts-node -T ./plugins/netease/index.ts",
"test-bilibili": "ts-node -T ./plugins/bilibili/index.ts",
"test-maoerfm": "ts-node -T ./plugins/maoerfm/index.ts",
"test-kuaishou": "ts-node -T ./plugins/kuaishou/index.ts",
"test-yinyuetai": "ts-node -T ./plugins/yinyuetai/index.ts",
"test-youtube": "ts-node -T ./plugins/youtube/index.ts",
"test-xmly": "ts-node -T ./plugins/xmly/index.ts",
"test-suno": "ts-node -T ./plugins/suno/index.ts",
"test-udio": "ts-node -T ./plugins/udio/index.ts",
"test-wxmp3": "ts-node -T ./plugins/wxmp3/index.ts"
},
"keywords": [],
"author": {
"name": "猫头猫",
"email": "[email protected]"
},
"license": "GPL",
"devDependencies": {
"@react-native-cookies/cookies": "^6.2.1",
"@types/crypto-js": "^4.1.1",
"@types/he": "^1.1.2",
"axios": "^0.27.2",
"big-integer": "^1.6.51",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.4",
"form-data": "^4.0.1",
"he": "^1.2.0",
"http-server": "^14.1.1",
"https-proxy-agent": "^7.0.2",
"qs": "^6.11.0",
"rimraf": "^4.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"webdav": "^5.3.1"
}
}