-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "breached-turbo",
"version": "0.1.0",
"author": "skyeBreach (https://gitlab.com/skyeBreachBusiness)",
"license": "MIT",
"private": true,
"description": "",
"type": "module",
"scripts": {
"commit": "git-cz",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint --continue -- --fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"type-check": "turbo type-check"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"devDependencies": {
"@breached-turbo/config-commitlint": "workspace:^",
"@breached-turbo/config-eslint": "workspace:^",
"@breached-turbo/config-typescript": "workspace:^",
"@commitlint/cli": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"commitizen": "^4.3.1",
"cspell": "^8.16.0",
"eslint": "^9.13.0",
"inquirer": "9",
"lefthook": "^1.8.4",
"prettier": "^3.2.5",
"turbo": "^2.2.3",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}