-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.68 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
{
"name": "@kawaiilab/azusa",
"version": "1.1.3",
"description": "For and by music lover",
"main": "app.js",
"bin": {
"azusa": "./app.js"
},
"scripts": {
"start": "node app.js",
"build": "rm -fr ./dist && ./node_modules/.bin/pkg -t node14-macos-x64 app.js -o ./dist/azusa-macos-x64 --no-bytecode --public --public-packages '*' && ./node_modules/.bin/pkg -t node14-win-x64 app.js -o ./dist/azusa-win-x64 --no-bytecode --public --public-packages '*' && ./node_modules/.bin/pkg -t node14-win-x86 app.js -o ./dist/azusa-win-x86 --no-bytecode --public --public-packages '*' && ./node_modules/.bin/pkg -t node14-linux-x64 app.js -o ./dist/azusa-linux-x64 --no-bytecode --public --public-packages '*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kawaiilab/azusa.git"
},
"keywords": [
"WALKMAN"
],
"author": "Lyn",
"license": "MIT",
"bugs": {
"url": "https://github.com/kawaiilab/azusa/issues"
},
"homepage": "https://github.com/kawaiilab/azusa#readme",
"dependencies": {
"NeteaseCloudMusicApi": "^4.0.9",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"fast-array-diff": "^1.0.0",
"fs": "0.0.1-security",
"metaflac-js2": "^1.0.7",
"node-id3": "^0.2.2",
"node-object-hash": "^2.0.0",
"nodejs-file-downloader": "^4.4.0",
"os": "^0.1.1",
"p-queue": "^6.4.0",
"p-retry": "^4.2.0",
"path": "^0.12.7",
"progress": "^2.0.3",
"random-int": "^2.0.1",
"require-from-string": "^2.0.2",
"rimraf": "^3.0.2",
"sha1": "^1.1.1",
"uuid": "^8.3.0"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-plugin-markdown": "^1.0.2",
"pkg": "^4.4.9",
"standard": "^14.3.4"
}
}