-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 715 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 715 Bytes
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
{
"name": "husky-config-airlight",
"version": "4.0.4",
"description": "Husky config for use of combining all linters and formatters",
"main": "config.js",
"type": "commonjs",
"types": "interface.d.ts",
"files": [
"config.js",
"interface.d.ts"
],
"engines": {
"node": ">=20.19.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/airlight.git"
},
"keywords": [
"husky",
"lint",
"config"
],
"author": "dalisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/dalisoft/airlight/issues"
},
"homepage": "https://github.com/dalisoft/airlight#readme",
"peerDependencies": {
"@commitlint/cli": "^19.8.x"
}
}