-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 961 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 961 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
30
31
32
{
"name": "vercel-doctor",
"private": true,
"homepage": "https://github.com/Aniket-508/vercel-doctor#readme",
"bugs": {
"url": "https://github.com/Aniket-508/vercel-doctor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Aniket-508/vercel-doctor.git"
},
"scripts": {
"dev": "pnpm --filter vercel-doctor run dev",
"build": "pnpm --filter vercel-doctor run build",
"test": "pnpm --filter vercel-doctor run test",
"typecheck": "pnpm --filter vercel-doctor run typecheck",
"check": "ultracite check",
"fix": "ultracite fix",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish --no-git-tag",
"prepare": "lefthook install"
},
"devDependencies": {
"@changesets/cli": "^2.27.0",
"lefthook": "^2.1.4",
"oxfmt": "^0.41.0",
"oxlint": "^1.47.0",
"ultracite": "^7.3.2"
},
"packageManager": "pnpm@10.29.1"
}