forked from LiangNiang/fake-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 828 Bytes
/
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
{
"name": "fake-world-project",
"private": true,
"version": "2.0.0",
"scripts": {
"dev:web": "pnpm -F @fake-world/web run dev",
"build:web": "pnpm -F @fake-world/web run build",
"dev:api": "pnpm -F @fake-world/api run dev",
"biome:migrate": "biome migrate --write",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"check": "biome check .",
"check:fix": "biome check --write --unsafe .",
"release": "release-it"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.12.13",
"release-it": "^17.3.0",
"typescript": "^5.3.3"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.1.3+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd"
}