-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.14 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
{
"name": "@consy/root",
"version": "0.0.1-reserve-name",
"private": true,
"scripts": {
"compiler__run": "pnpm turbo run compiler__run",
"compiler__check": "pnpm turbo run compiler__check",
"formatter__check": "pnpm turbo run formatter__check",
"formatter__fix": "pnpm turbo run formatter__fix",
"formatter__check:root": "prettier --config node_modules/@consy/configs/prettier/config.json --ignore-path node_modules/@consy/configs/prettier/ignore --cache --cache-location .prettiercache --cache-strategy content --check ./*",
"formatter__fix:root": "prettier --config node_modules/@consy/configs/prettier/config.json --ignore-path node_modules/@consy/configs/prettier/ignore --cache --cache-location .prettiercache --cache-strategy content --write ./*",
"extract-api": "pnpm turbo run extract-api",
"build": "pnpm turbo run build",
"start": "pnpm turbo run start",
"turbo": "turbo"
},
"devDependencies": {
"@consy/configs": "workspace:*",
"turbo": "catalog:codebase",
"prettier": "catalog:codebase"
},
"engines": {
"pnpm": "9.12.0",
"node": "22.8.0"
},
"packageManager": "[email protected]"
}