-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 796 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
{
"name": "cdr-kit",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"wagmi": "pnpm --filter @cdr-kit/contracts run wagmi",
"check:publish": "turbo run build && pnpm -r --filter \"./packages/*\" exec publint",
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"publint": "^0.3.21",
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"prettier": "^3.4.2",
"tsdown": "^0.22.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vitest": "^2.1.8"
}
}