-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 641 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "game-save-manager",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm --filter rgsm-gui dev",
"build": "pnpm --filter rgsm-gui build",
"web:dev": "pnpm --filter rgsm-gui web:dev",
"web:typecheck": "pnpm --filter rgsm-gui web:typecheck",
"web:format": "pnpm --filter rgsm-gui web:format",
"web:format:fix": "pnpm --filter rgsm-gui web:format:fix",
"web:lint": "pnpm --filter rgsm-gui web:lint",
"web:lint:fix": "pnpm --filter rgsm-gui web:lint:fix",
"portable": "pnpm --filter rgsm-gui portable",
"prepare": "husky"
},
"devDependencies": {
"husky": "^9.1.7"
}
}