-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
29 lines (29 loc) · 974 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
{
"workspaces": [
"packages/*",
"sites/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf .turbo && rm -rf node_modules",
"docs": "typedoc --skipErrorChecking && mkdir docs/logo && cp logo/BLAZE_LOGO2.svg docs/logo/BLAZE_LOGO2.svg",
"fmt": "prettier -w .",
"changeset": "changeset",
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"@blaze-cardano/eslint-config": "workspace:*",
"@changesets/cli": "^2.27.7",
"@types/node": "^20.14.12",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"turbo": "^1.13.4",
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}