forked from google/dotprompt
-
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) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 997 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
{
"packageManager": "pnpm@10.11.0",
"scripts": {
"build": "pnpm -C js build",
"format": "pnpm dlx @biomejs/biome check --formatter-enabled=true --linter-enabled=false --organize-imports-enabled=true --fix . && scripts/add_license",
"format:check": "pnpm dlx @biomejs/biome ci --linter-enabled=false --formatter-enabled=true --organize-imports-enabled=false . && scripts/check_license",
"lint": "pnpm dlx @biomejs/biome lint --fix . && scripts/add_license",
"test": "pnpm -C js run test"
},
"dependencies": {
"handlebars": "^4.7.8",
"yaml": "^2.8.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.15.20",
"@typescript/native-preview": "7.0.0-dev.20250614.1",
"@vitest/coverage-v8": "^3.1.4",
"typescript": "5.8.3",
"vitest": "^3.1.4"
},
"pnpm": {
"onlyBuiltDependencies": ["js"],
"overrides": {
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
}
}