UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@commitlint/message",
3 "version": "8.1.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",
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/test": "8.0.0",
60 "@commitlint/utils": "^8.1.0",
61 "ava": "0.22.0",
62 "babel-cli": "6.26.0",
63 "babel-preset-commitlint": "^8.0.0",
64 "babel-register": "6.26.0",
65 "concurrently": "3.5.1",
66 "cross-env": "5.1.1"
67 },
68 "gitHead": "c17420d67adafdf37f68d6861d29a0e85a4a3bd7"
69}