-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.66 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
{
"name": "@napl-lang/monorepo",
"version": "0.1.0",
"private": true,
"description": "Prompts are the source of truth: a coding agent generates and locks per-target code, attributed line by line. The Rust toolchain lives in rust/; the conformance corpus is its acceptance gate.",
"license": "MIT",
"type": "module",
"scripts": {
"prepare": "node -e \"process.exit(process.env.CI || process.env.GIT_INDEX_FILE ? 0 : 1)\" || node --experimental-strip-types scripts/install-git-hooks.ts",
"lint": "oxlint && node --experimental-strip-types scripts/check-content.ts && oxfmt --check .",
"test": "node --experimental-strip-types tools/oxlint/test-approved-react-hooks.ts && node --experimental-strip-types tools/oxlint/test-router-native-urls.ts && node --experimental-strip-types tools/oxlint/test-tailwind-only-classnames.ts && node --experimental-strip-types tools/oxlint/test-authored-css-selectors.ts && node --experimental-strip-types tools/oxlint/test-napl-discovery.ts && node --experimental-strip-types tools/oxlint/test-package-scripts.ts && node --experimental-strip-types tools/e2e-contract/check-e2e-contract.ts && node --experimental-strip-types tools/e2e-contract/check-fixtures.ts && pnpm --filter @napl-lang/conformance test"
},
"devDependencies": {
"@j178/prek": "^0.4.5",
"@napl-lang/bundle-size": "workspace:*",
"@types/node": "^26.1.1",
"fallow": "2.98.0",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"turbo": "^2.5.5",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@11.7.0",
"intent": {
"skills": [
"@tanstack/*",
"fallow"
]
}
}