-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) 路 1.35 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) 路 1.35 KB
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
{
"name": "oh-my-github",
"version": "0.0.13",
"private": true,
"description": "A faster GitHub workspace for notifications, pull requests, reviews, and actions.",
"packageManager": "pnpm@11.7.0",
"scripts": {
"env:setup": "pnpm install && node packages/client/scripts/install-electron.mjs",
"install:electron": "node packages/client/scripts/install-electron.mjs",
"dev": "pnpm --filter @oh-my-github/client dev",
"dev:web": "pnpm --filter @oh-my-github/web dev",
"build": "pnpm -r build",
"build:client": "pnpm --filter @oh-my-github/client build",
"build:web": "pnpm --filter @oh-my-github/web build",
"preview:web": "pnpm --filter @oh-my-github/web preview",
"package": "pnpm package:client",
"package:client": "pnpm --filter @oh-my-github/client package",
"package:dir": "pnpm --filter @oh-my-github/client package:dir",
"package:mac": "pnpm --filter @oh-my-github/client package:mac",
"package:win": "pnpm --filter @oh-my-github/client package:win",
"package:win:arm64": "pnpm --filter @oh-my-github/client package:win:arm64",
"package:linux": "pnpm --filter @oh-my-github/client package:linux",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm typecheck",
"release": "bumpp -r"
},
"devDependencies": {
"@types/node": "^24.0.7",
"bumpp": "^11.1.0",
"typescript": "^5.8.3"
}
}