UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@commitlint/travis-cli",
3 "version": "8.2.0",
4 "description": "Lint all relevant commits for a change or PR on Travis CI",
5 "files": [
6 "lib/"
7 ],
8 "bin": {
9 "commitlint-travis": "./lib/cli.js"
10 },
11 "scripts": {
12 "build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
13 "deps": "dep-check",
14 "pkg": "pkg-check --skip-main",
15 "start": "ava -c 4 --verbose --watch",
16 "test": "ava -c 4 --verbose",
17 "watch": "babel src --out-dir lib --watch --source-maps"
18 },
19 "ava": {
20 "files": [
21 "src/**/*.test.js"
22 ],
23 "source": [
24 "lib/**/*.js"
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 "cli"
51 ],
52 "author": {
53 "name": "Mario Nebl",
54 "email": "hello@herebecode.com"
55 },
56 "license": "MIT",
57 "devDependencies": {
58 "@commitlint/test": "^8.2.0",
59 "@commitlint/utils": "^8.2.0",
60 "ava": "0.18.2",
61 "babel-cli": "6.26.0",
62 "babel-preset-commitlint": "^8.2.0",
63 "babel-register": "6.26.0",
64 "cross-env": "5.1.1",
65 "which": "1.3.1"
66 },
67 "dependencies": {
68 "@commitlint/cli": "^8.2.0",
69 "babel-runtime": "6.26.0",
70 "execa": "0.11.0"
71 },
72 "gitHead": "78ef64994b33aa00668831c0bef11ddec75b74f0"
73}