-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 743 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
{
"name": "zfig-monorepo",
"private": true,
"license": "MIT",
"scripts": {
"build": "pnpm -r build",
"test": "vitest run",
"test:watch": "vitest",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"changeset": "changeset",
"bump": "changeset version",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@eslint/js": "^9.16.0",
"@types/express": "^5.0.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.2",
"eslint": "^9.16.0",
"express": "^5.2.1",
"fastify": "^5.6.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vitest": "^2.1.8",
"zod": "^4.1.13"
}
}