-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.46 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
{
"name": "amrpc",
"version": "4.3.0",
"description": "Discord RPC for Apple Music",
"scripts": {
"start": "npm run copy && npm run generate:i18n-types && npm run build && electron ./dist/",
"copy": "copyfiles -u 1 -a src/assets/** src/language/** src/browser/*.css src/browser/*.html src/browser/css/*.css dist/ && copyfiles package.json node_modules/** dist/",
"build": "tsc && cd src/browser/renderer/ && tsc",
"build:win": "npm run build && npm run copy && electron-builder --config builder/stable.json",
"build:win-store": "npm run build && npm run copy && electron-builder --config builder/stable-win-store.json",
"build:macos": "npm run build && npm run copy && electron-builder --config builder/stable-macos.json",
"generate:i18n-types": "make_types -i @types/zephra/I18n.d.ts i18n/en-US.json I18n",
"generate:i18n-types-ci": "copyfiles -u 1 -a builder/I18n.d.ts @types/zephra/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zephraOSS/Apple-Music-RPC.git"
},
"keywords": [
"discord",
"rpc",
"iTunes",
"Apple",
"Music"
],
"author": "zephra",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/zephraOSS/Apple-Music-RPC/issues"
},
"homepage": "https://github.com/zephraOSS/Apple-Music-RPC#readme",
"dependencies": {
"@crowdin/ota-client": "^0.7.0",
"@sentry/electron": "^4.2.0",
"apple-bridge": "^1.4.1",
"auto-launch": "^5.0.5",
"cheerio": "^1.0.0-rc.12",
"child-process-promise": "^2.2.1",
"decompress": "^4.2.1",
"discord-rpc": "^4.0.1",
"electron-autotheme": "^1.3.2",
"electron-log": "^4.4.4",
"electron-store": "^8.0.1",
"electron-updater": "^5.3.0",
"fetch": "^1.1.0",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"http": "^0.0.1-security",
"lastfmapi": "^0.1.1",
"url": "^0.11.0",
"ws": "^8.6.0"
},
"devDependencies": {
"@types/auto-launch": "^5.0.2",
"@types/cron": "^1.7.3",
"@types/decompress": "^4.2.4",
"@types/discord-rpc": "^4.0.2",
"@types/ws": "^8.5.3",
"copyfiles": "^2.4.1",
"electron": "^22.3.5",
"electron-builder": "^23.6.0",
"maketypes": "^1.1.2",
"typescript": "^4.6.3"
},
"overrides": {
"minimatch": ">=3.0.5"
}
}