-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.2 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
{
"name": "kosori",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "turbo run build",
"build:ui": "turbo run build:ui",
"build:versions": "turbo run build:versions",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"dev": "turbo watch dev",
"dev:www": "turbo watch dev -F @kosori/www...",
"format": "turbo run format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"postinstall": "pnpm lint:ws",
"lint": "turbo run lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"typecheck": "turbo run typecheck"
},
"prettier": "@kosori/prettier-config",
"devDependencies": {
"@kosori/prettier-config": "workspace:*",
"@turbo/gen": "^2.3.0",
"prettier": "catalog:",
"turbo": "^2.3.0",
"typescript": "catalog:"
},
"packageManager": "pnpm@9.13.2",
"engines": {
"node": ">=22.11.0"
}
}