aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c2016d71e8153a2e6c9a4b00da3a8bd8ca05c6b8 (plain)
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
{
    "scripts": {
        "build": "node build.mjs",
        "buildWeb": "node buildWeb.mjs",
        "inject": "node scripts/patcher/install.js",
        "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
        "lint:fix": "pnpm lint --fix",
        "test": "pnpm lint && pnpm build && pnpm testTsc",
        "testTsc": "tsc --noEmit",
        "uninject": "node scripts/patcher/uninstall.js",
        "watch": "node build.mjs --watch"
    },
    "dependencies": {
        "console-menu": "^0.1.0",
        "electron-devtools-installer": "^3.2.0"
    },
    "devDependencies": {
        "@types/node": "^18.7.13",
        "@types/react": "^18.0.17",
        "@types/yazl": "^2.4.2",
        "@typescript-eslint/parser": "^5.39.0",
        "discord-types": "^1.3.26",
        "esbuild": "^0.15.5",
        "eslint": "^8.24.0",
        "standalone-electron-types": "^1.0.0",
        "typescript": "^4.8.4",
        "yazl": "^2.5.1"
    },
    "packageManager": "pnpm@7.12.2"
}