forked from UnblockNeteaseMusic/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.57 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@unblockneteasemusic/server",
"version": "0.27.7",
"description": "Revive unavailable songs for Netease Cloud Music",
"main": "src/provider/match.js",
"bin": {
"unblockneteasemusic": "./precompiled/app.js"
},
"engines": {
"node": ">= 12"
},
"scripts": {
"start:dev": "cross-env LOG_LEVEL=debug node src/app.js -e https://music.163.com",
"start": "cross-env node src/app.js -e https://music.163.com",
"build": "webpack",
"pkg": "pkg . --out-path=dist/",
"test": "jest"
},
"pkg": {
"assets": [
"server.key",
"server.crt"
],
"targets": [
"node18-linux-arm64",
"node18-win-arm64",
"node18-linux-x64",
"node18-win-x64"
],
"outputPath": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/UnblockNeteaseMusic/server.git"
},
"author": "nondanee, 1715173329, pan93412",
"license": "LGPL-3.0-only",
"dependencies": {
"node-windows": "^1.0.0-beta.8",
"pino": "6.14.0",
"pino-pretty": "^7.6.1"
},
"devDependencies": {
"@swc/core": "^1.7.10",
"@types/node": "^22.2.0",
"@types/pino": "6.3.12",
"@yarnpkg/sdks": "^3.2.0",
"browserslist": "^4.23.3",
"core-js": "^3.38.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"prettier": "^3.3.3",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"cacheable-request": "^10.2.9",
"minimatch": "^3.0.8",
"minimist": "^1.2.8",
"semver": "^7.5.4"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]"
}