UNPKG

1.93 kBJSONView Raw
1{
2 "name": "@commitlint/rules",
3 "version": "8.3.0",
4 "description": "Lint your commit messages",
5 "main": "lib/index.js",
6 "files": [
7 "lib/"
8 ],
9 "scripts": {
10 "build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
11 "deps": "dep-check",
12 "pkg": "pkg-check --skip-import",
13 "start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",
14 "test": "ava -c 4 --verbose",
15 "watch": "babel src --out-dir lib --watch --source-maps"
16 },
17 "ava": {
18 "files": [
19 "src/**/*.test.js",
20 "!lib/**/*"
21 ],
22 "source": [
23 "src/**/*.js",
24 "!lib/**/*"
25 ],
26 "babel": "inherit",
27 "require": [
28 "babel-register"
29 ]
30 },
31 "babel": {
32 "presets": [
33 "babel-preset-commitlint"
34 ]
35 },
36 "engines": {
37 "node": ">=4"
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/conventional-changelog/commitlint.git"
42 },
43 "bugs": {
44 "url": "https://github.com/conventional-changelog/commitlint/issues"
45 },
46 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
47 "keywords": [
48 "conventional-changelog",
49 "commitlint",
50 "library",
51 "core"
52 ],
53 "author": {
54 "name": "Mario Nebl",
55 "email": "hello@herebecode.com"
56 },
57 "license": "MIT",
58 "devDependencies": {
59 "@commitlint/parse": "^8.3.0",
60 "@commitlint/test": "8.2.0",
61 "@commitlint/utils": "^8.3.0",
62 "ava": "0.22.0",
63 "babel-cli": "6.26.0",
64 "babel-preset-commitlint": "^8.2.0",
65 "babel-register": "6.26.0",
66 "concurrently": "3.6.1",
67 "conventional-changelog-angular": "1.6.6",
68 "cross-env": "6.0.0",
69 "globby": "10.0.1",
70 "lodash": "4.17.15"
71 },
72 "dependencies": {
73 "@commitlint/ensure": "^8.3.0",
74 "@commitlint/message": "^8.3.0",
75 "@commitlint/to-lines": "^8.3.0",
76 "babel-runtime": "^6.23.0"
77 },
78 "gitHead": "e2edc43219f5005cee5222133859bb0e839c4a05"
79}