-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
34 lines (34 loc) · 948 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
{
"author": "MaibornWolff GmbH <[email protected]>",
"homepage": "https://maibornwolff.github.io/codecharta/",
"bugs": {
"url": "https://github.com/MaibornWolff/codecharta/issues",
"email": "[email protected]"
},
"name": "codecharta",
"version": "0.0.2",
"engines": {
"node": ">=20"
},
"description": "MaibornWolff CodeCharta placeholder",
"license": "BSD-3-Clause",
"prettier": {
"semi": false,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid"
},
"scripts": {
"format": "biome format --fix",
"format:check": "biome check",
"prepare": "husky install",
"commitlint": "commitlint --config commitlint.config.js --edit"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^8.0.0"
}
}