-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.79 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "aragon-monorepo",
"description": "Aragon App monorepo",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"design-sync:build-css": "node .design-sync/build-css.mjs",
"test": "pnpm validate:changesets && pnpm test:release-summary && turbo run test",
"test:changed": "turbo run test:changed",
"test:coverage": "pnpm validate:changesets && pnpm test:release-summary && turbo run test:coverage",
"test:guardrails": "node --test .agents/shared/hooks/*.test.mjs .claude/shared/hooks/*.test.mjs",
"test:hooks": "pnpm test:guardrails",
"test:release-summary": "node --test '.github/workflows/scripts/*.test.js'",
"validate:changesets": "node .github/workflows/scripts/validateChangesets.js",
"guardrails:record": "node .agents/shared/hooks/record-metrics.mjs",
"guardrails:stats": "node .agents/shared/hooks/stats-metrics.mjs",
"lint": "turbo run lint",
"lint:check": "turbo run lint:check",
"type-check": "turbo run type-check",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@changesets/changelog-github": "catalog:",
"@changesets/cli": "catalog:",
"husky": "catalog:",
"lint-staged": "catalog:",
"turbo": "catalog:",
"ultracite": "catalog:",
"vercel": "catalog:",
"yaml": "catalog:"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aragon/app.git"
},
"engines": {
"node": ">=24.16.0"
},
"packageManager": "pnpm@11.15.1+sha512.81350b07e53c9538a02f1f2303b4290fa2d7be04e56e2a970c4cc4b417dc761de196edabd49d55c7dc9580db81007c44143e4e3d7e462b3000d23c255122d065"
}