-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.32 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.32 KB
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
38
39
40
{
"name": "project",
"version": "0.0.0-dev",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -F !website build",
"bump": "ncu -ws -u",
"clean": "rm -rf pnpm-local.yaml node_modules **/node_modules **/build",
"format": "vp fmt",
"lint": "vp fmt --check && vp lint",
"prepare": "is-ci || lefthook install",
"release": "pnpm -r publish --access public --ignore-scripts --no-git-checks",
"setversion": "pnpm -r exec pnpm version --no-git-tag-version",
"unit": "vp test",
"start": "pnpm -F website start",
"test": "pnpm lint && pnpm type && pnpm unit",
"type": "pnpm -r type"
},
"devDependencies": {
"@semantic-release/exec": "7.1.0",
"@types/node": "24.2.0",
"@typescript/native-preview": "7.0.0-dev.20260316.1",
"@vitest/coverage-v8": "4.0.16",
"conventional-changelog-conventionalcommits": "9.1.0",
"husky": "9.1.7",
"is-ci": "4.1.0",
"lefthook": "2.1.1",
"npm-check-updates": "18.0.1",
"semantic-release": "24.2.9",
"tempy": "3.2.0",
"vite-plus": "0.1.12",
"vitest-polly": "1.4.0"
},
"engines": {
"node": "^24.0.0",
"pnpm": "^10.0.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}