-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 848 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 848 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
{
"name": "@fastify-app-tony/monorepo",
"private": true,
"workspaces": [
"packages/*",
"app"
],
"scripts": {
"build": "ultra -r build",
"build:dts": "ultra -r --build build:dts",
"clean": "ultra -r clean",
"dev": "ultra -r dev",
"format": "biome check --write --unsafe .",
"server:build": "yarn ultra -r --filter \"+@fastify-app-tony/app\" build",
"test": "yarn build && ultra -r test",
"typecheck": "tsc --noEmit",
"version": "yarn install && git stage yarn.lock"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"concurrently": "^9.2.1",
"react": "^19.2.0",
"relay-compiler": "^20.1.1",
"typescript": "^5.9.3",
"ultra-runner": "^3.10.5",
"vite": "^7.1.9"
},
"packageManager": "yarn@4.10.3"
}