forked from aragon/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.61 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
{
"name": "aragon-monorepo",
"description": "Aragon App monorepo",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "pnpm test:release-summary && turbo run test",
"test:changed": "turbo run test:changed",
"test:coverage": "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/generateReleaseSummary.test.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": "[email protected]+sha512.88d94724d8f2e6c186744a5584c6e59ecac869ec7ba15e9cb4cd628e8dc7066820b2481d8ee3b51ea8da323a7378068aa58c556a3720d32b7c20a051d088363a"
}