-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
30
31
32
33
34
{
"name": "clikz",
"version": "1.5.1",
"private": true,
"license": "MIT",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"debug:dev": "pnpm --filter web debug:dev",
"ui": "pnpm --filter @clikz/ui ui",
"web": "pnpm --filter web",
"db:push": "pnpm --filter web db:push",
"db:studio": "pnpm --filter web db:studio",
"sync:list-mis": "syncpack list-mismatches"
},
"devDependencies": {
"@clikz/eslint-config": "workspace:*",
"@clikz/typescript-config": "workspace:*",
"eslint-config-turbo": "2.1.1",
"prettier": "catalog:",
"syncpack": "^13.0.0",
"turbo": "2.4.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.17.0"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.12.0"
}
}