forked from kc3hack/2026_team21
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 768 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 768 Bytes
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": "charm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"web": "pnpm --filter ./apps/web",
"dev": "run-p dev:*",
"dev:web": "pnpm web dev",
"lint": "biome check",
"lint:fix": "biome check --fix",
"typecheck": "run-p typecheck:*",
"typecheck:web": "pnpm web typecheck",
"test": "run-s test:*",
"test:web": "pnpm web test",
"preinstall": "npx only-allow pnpm"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
"devDependencies": {
"@biomejs/biome": "catalog:",
"npm-run-all2": "catalog:"
}
}