-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 819 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 819 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
{
"name": "phoure-monorepo",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"scripts": {
"dev": "pnpm run -r dev:build && pnpm run -r --parallel dev:watch",
"dev:build": "pnpm run -r dev:build",
"build": "pnpm run -r build",
"test": "pnpm -r build && pnpm run '/^test:.*/'",
"test:types": "pnpm run -r test:types",
"check": "biome check && deno fmt --check",
"fix": "biome check --write && deno fmt"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}
}