forked from idkr-client/idkr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "idkr",
"version": "1.2.2",
"description": "idk, just a Krunker client",
"main": "./app/main.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"startd": "npm start -- --debug",
"startd-linux": "ELECTRON_ENABLE_STACK_DUMPING=1 ELECTRON_ENABLE_LOGGING=true npm start -- --debug",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release": "electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mixaz017/idkr.git"
},
"keywords": [
"Krunker"
],
"author": "Mixaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mixaz017/idkr/issues"
},
"homepage": "https://idkr.dev",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@types/node": "^12.20.10",
"electron": "^12.0.7",
"electron-builder": "^22.10.5",
"eslint": "^7.25.0"
},
"dependencies": {
"discord-rpc": "^3.2.0",
"electron-localshortcut": "^3.2.1",
"electron-log": "^4.3.5",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.8",
"v8-compile-cache": "^2.3.0",
"yargs": "^16.2.0"
}
}