-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 812 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
30
31
32
33
34
35
36
37
38
{
"private": true,
"name": "breached-turbo",
"author": "skyeBreach (https://github.com/skyeBreach)",
"license": "MIT",
"description": "",
"type": "module",
"workspaces": [
"apps/*",
"packages/*",
"config/*",
"tooling/*"
],
"scripts": {
"commit": "git-cz"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.6.1",
"@types/bun": "^1.2.1",
"cspell": "^8.17.3",
"cspell-cli": "^8.17.1",
"lefthook": "^1.10.10",
"markdownlint": "^0.37.4",
"markdownlint-cli": "^0.44.0",
"pkg-types": "^1.3.1",
"prettier": "^3.4.2",
"turbo": "^2.3.4",
"typescript": "^5.7.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "bun@1.1.38"
}