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
|
{
"name": "kartik-stable",
"version": "21.09.0",
"channel": "stable",
"description": "A multiplatform 2D karting game",
"main": "app.js",
"dependencies": {
"@electron/remote": "^1.0.4",
"discord-rpc": "^3.2.0",
"electron": "^12.0.1",
"ini": "^1.3.8",
"jquery": "^3.6.0",
"open": "^8.2.1",
"os-locale": "^5.0.0",
"systeminformation": "^5.7.7",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
},
"scripts": {
"test": "node_modules\\electron\\dist\\electron.exe app.js"
},
"author": "Minteck",
"license": "GPL-3.0-or-later",
"serial": "XRL50000011995"
}
|