-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "root",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"publish-packages:add-changeset": "changeset",
"publish-packages:release": "turbo run build lint && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",
"prettier": "^3.6.2",
"turbo": "^2.5.8",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"engines": {
"node": ">=22"
}
}