-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "deezer-discord-rpc",
"version": "1.3.0",
"description": "A Discord RPC for Deezer",
"main": "./build/src/index.js",
"scripts": {
"start": "electron ./build/src/index.js",
"build:ts": "tsc --resolveJsonModule",
"build": "yarn build:ts && yarn run copy-assets && node bin/build.js",
"run": "yarn build:ts && yarn run copy-assets && yarn start",
"postinstall": "electron-builder install-app-deps",
"lint": "eslint --fix --ext .ts ./src",
"copy-assets": "cpy ./src/img/* ./build/src/img/"
},
"dependencies": {
"@ghostery/adblocker-electron": "^2.1.1",
"@xhayper/discord-rpc": "^1.2.0",
"axios": "^1.7.7",
"chalk": "4.1.2"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.8",
"@types/node": "^22.9.2",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"cpy-cli": "^5.0.0",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"png-to-ico": "^2.1.8",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"repository": "https://github.com/JustYuuto/deezer-discord-rpc.git",
"author": {
"name": "Yuuto",
"email": "[email protected]"
},
"license": "MPL-2.0"
}