-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 927 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": "superviz",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"watch": "turbo run watch",
"semantic-release": "turbo run semantic-release",
"test:unit": "turbo run test:unit",
"test:unit:watch": "turbo run test:unit:watch",
"test:unit:coverage": "turbo run test:unit:coverage",
"test:unit:web-components": "turbo run test:unit:web-components",
"test:unit:web-components:watch": "turbo run test:unit:web-components:watch",
"test:unit:web-components:coverage": "turbo run test:unit:web-components:coverage",
"test:unit:ci": "turbo run test:unit:ci",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/jest": "^29.5.13",
"prettier": "^3.2.5",
"turbo": "^2.3.3",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=18"
}
}