-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 805 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 805 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
{
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/kshutkin/slimlib.git"
},
"scripts": {
"build": "pnpm --aggregate-output --reporter=append-only --stream -r build",
"test": "pnpm --aggregate-output --reporter=append-only --stream --parallel -r test",
"lint": "biome check . && tsc -b --noEmit",
"lint:fix": "biome check --write .",
"ci:publish": "changeset publish"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@changesets/cli": "^2.29.8",
"@types/node": "24.x",
"@vitest/coverage-v8": "^4.0.18",
"dts-buddy": "^0.7.0",
"pkgprn-internal": "^0.5.4",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
}
}