forked from UnblockNeteaseMusic/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.26 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
56
{
"name": "@unblockneteasemusic/server",
"version": "v0.27.0-beta.3",
"description": "Revive unavailable songs for Netease Cloud Music",
"main": "src/provider/match.js",
"bin": {
"unblockneteasemusic": "./precompiled/app.js"
},
"scripts": {
"build": "rollup -c",
"pkg": "pkg . --out-path=dist/",
"test": "jest"
},
"pkg": {
"assets": [
"server.key",
"server.crt"
],
"targets": [
"node14-linux-arm64",
"node14-win-arm64",
"node14-linux-x64",
"node14-win-x64"
],
"outputPath": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/1715173329/UnblockNeteaseMusic.git"
},
"author": "nondanee, 1715173329, pan93412",
"license": "LGPL-3.0-only",
"dependencies": {
"long": "^4.0.0",
"node-windows": "^1.0.0-beta.6"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@types/node": "^16.10.1",
"@types/pino": "^6.3.11",
"core-js": "3",
"jest": "^27.2.3",
"pino": "^6.13.3",
"pino-pretty": "^7.0.1",
"pkg": "^5.3.2",
"prettier": "^2.4.1",
"rollup": "^2.57.0"
}
}