aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 515abae75ed18513f336cbcae8f78f1f6d96d360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "devDependencies": {
        "@types/node": "^18.7.13",
        "@types/react": "^18.0.17",
        "@types/yazl": "^2.4.2",
        "electron": "^20.1.0",
        "esbuild": "^0.15.5",
        "yazl": "^2.5.1"
    },
    "dependencies": {
        "console-menu": "^0.1.0",
        "discord-types": "^1.3.26",
        "electron-devtools-installer": "^3.2.0"
    },
    "scripts": {
        "buildWeb": "node buildWeb.mjs",
        "build": "node build.mjs",
        "watch": "node build.mjs --watch",
        "patch": "node scripts/patcher/install.js",
        "unpatch": "node scripts/patcher/uninstall.js"
    }
}