-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.34 KB
/
package.json
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
{
"name": "@hiogawa/utils-monorepo",
"private": true,
"scripts": {
"build": "pnpm -r '--filter=!*example*' build",
"tsc": "tsc -b packages/*/tsconfig.json packages/*/examples/*/tsconfig.json",
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
"test": "pnpm -r --sequential test run",
"changelog": "changelog --repo https://github.com/hi-ogawa/js-utils",
"sort-package-json": "sort-package-json $(pnpm ls --filter '*' --depth -1 --json | jq -r '.[] | .path')",
"lint": "biome check --write .",
"lint-check": "biome check ."
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@hiogawa/changelog": "workspace:*",
"@hiogawa/icheck-ts": "workspace:*",
"@hiogawa/inline-template": "workspace:*",
"@hiogawa/sort-package-json": "workspace:*",
"@hiogawa/utils": "workspace:*",
"@hiogawa/utils-node": "workspace:*",
"@playwright/test": "^1.49.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.9.3",
"@vitest/ui": "2.1.5",
"esbuild": "^0.24.0",
"happy-dom": "14.10.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "2.1.5"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"volta": {
"node": "20.14.0"
}
}