-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@hono-openapi/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "czg",
"prepare": "is-ci || husky",
"format": "biome check --write ."
},
"private": true,
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@nx/js": "20.0.0",
"@nx/rollup": "^20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@sinclair/typebox": "^0.34.13",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.3.14",
"@swc/core": "~1.10.1",
"@swc/helpers": "~0.5.15",
"@types/node": "18.16.9",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"arktype": "^2.0.0-rc.30",
"czg": "^1.11.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"nano-staged": "^0.8.0",
"nx": "20.0.0",
"rollup": "^4.29.1",
"rollup-plugin-copy": "^3.5.0",
"swc-loader": "0.1.15",
"tslib": "^2.8.1",
"typescript": "~5.7.2",
"valibot": "1.0.0-beta.9",
"verdaccio": "^5.33.0",
"vite": "^6.0.6",
"vitest": "^2.1.8"
},
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
},
"packageManager": "pnpm@8.10.5+sha1.4370a069f21873a0ad83c785b8048ed8caf6e6e9"
}