-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 834 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
27
28
29
{
"name": "beamcss-monorepo",
"private": true,
"version": "0.1.0",
"description": "Beam CSS monorepo: focused styles, zero scatter.",
"packageManager": "pnpm@10.13.1",
"scripts": {
"build": "pnpm -r build && cargo build --workspace",
"test": "pnpm -r test && cargo test --workspace",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm -r lint",
"audit": "pnpm audit --audit-level moderate && cargo audit",
"security:package-scripts": "node scripts/check-package-scripts.mjs",
"check": "pnpm typecheck && pnpm test",
"benchmark": "node benchmarks/build-times.mjs"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"@tailwindcss/cli": "^4.1.13",
"tailwindcss": "^4.1.13",
"typescript": "^6.0.3"
},
"pnpm": {
"overrides": {
"hono": "4.12.25"
}
}
}