-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 899 Bytes
/
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
{
"type": "module",
"scripts": {
"test": "pnpm -r test",
"fmt": "biome check --write .",
"check": "pnpm -r run check && biome check .",
"build": "pnpm -r run build",
"changeset": "changeset",
"release": "pnpm build && changeset publish",
"bump": "changeset version && pnpm fmt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssssota/doc-vitest.git"
},
"author": "TOMIKAWA Sotaro <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssssota/doc-vitest/issues"
},
"homepage": "https://github.com/ssssota/doc-vitest#readme",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}