-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 854 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
{
"name": "@pheralb/toast-workspace",
"author": "@pheralb_",
"private": true,
"license": "MIT",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"dev:docs": "turbo dev --filter=@pheralb/toast-docs",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo test",
"test:watch": "turbo test:watch",
"clean": "npx rimraf library/node_modules library/dist && npx rimraf website/node_modules",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=@pheralb/toast && changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.27.6",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"turbo": "latest"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
}
}