UNPKG

777 BJSONView Raw
1{
2 "name": "@commitlint/types",
3 "version": "9.0.1",
4 "description": "Shared types for commitlint packages",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "lib/"
9 ],
10 "scripts": {
11 "pkg": "pkg-check"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/conventional-changelog/commitlint.git"
19 },
20 "bugs": {
21 "url": "https://github.com/conventional-changelog/commitlint/issues"
22 },
23 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
24 "author": {
25 "name": "Mario Nebl",
26 "email": "hello@herebecode.com"
27 },
28 "license": "MIT",
29 "devDependencies": {
30 "@commitlint/utils": "^9.0.1"
31 },
32 "gitHead": "7ff3f2902bcaa8b93b653a0af25c811d12ae0dc1"
33}