-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 889 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 889 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
{
"name": "@better-fetch/root",
"private": true,
"version": "",
"scripts": {
"build": "pnpm --filter \"./packages/*\" build",
"dev": "pnpm -F fetch dev",
"test": "pnpm --filter \"./packages/*\" test",
"bump": "bumpp \"./packages/*/package.json\"",
"release": "pnpm --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public",
"typecheck": "pnpm -r typecheck",
"lint": "biome check .",
"format": "biome check . --apply"
},
"dependencies": {
"@biomejs/biome": "1.7.3",
"simple-git-hooks": "^2.11.1",
"tinyglobby": "^0.2.9",
"vitest": "^1.5.0"
},
"simple-git-hooks": {
"pre-push": "pnpm typecheck"
},
"devDependencies": {
"bumpp": "^9.4.1",
"tsup": "^8.0.2"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}