-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@map-colonies/commitlint-config",
"version": "1.1.1",
"description": "Commitlint configuration for MapColonies projects",
"main": "./index.js",
"exports": {
".": {
"require": "./index.js"
}
},
"scripts": {
"test": "jest --config=./tests/configurations/jest.config.js",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"clean": "rimraf dist",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MapColonies/commitlint-config.git"
},
"author": "MapColonies",
"license": "ISC",
"bugs": {
"url": "https://github.com/MapColonies/commitlint-config/issues"
},
"files": [
"index.js"
],
"homepage": "https://github.com/MapColonies/commitlint-config#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@commitlint/config-conventional": "^19.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@map-colonies/prettier-config": "^0.0.1",
"@types/jest": "^29.4.0",
"commitlint": "^19.6.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.4",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"@commitlint/types": "^19.5.0",
"zx": "^8.3.0"
}
}