UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@commitlint/travis-cli",
3 "version": "9.0.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": "yarn run watch",
16 "watch": "babel src --out-dir lib --watch --source-maps"
17 },
18 "babel": {
19 "presets": [
20 "babel-preset-commitlint"
21 ],
22 "ignore": [
23 "**/*.test.js"
24 ]
25 },
26 "engines": {
27 "node": ">=8"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/conventional-changelog/commitlint.git"
32 },
33 "bugs": {
34 "url": "https://github.com/conventional-changelog/commitlint/issues"
35 },
36 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
37 "keywords": [
38 "conventional-changelog",
39 "commitlint",
40 "cli"
41 ],
42 "author": {
43 "name": "Mario Nebl",
44 "email": "hello@herebecode.com"
45 },
46 "license": "MIT",
47 "devDependencies": {
48 "@babel/cli": "7.8.4",
49 "@babel/core": "7.8.4",
50 "@commitlint/test": "^9.0.0",
51 "@commitlint/utils": "^9.0.0",
52 "babel-preset-commitlint": "^9.0.0",
53 "cross-env": "7.0.0"
54 },
55 "dependencies": {
56 "@commitlint/cli": "^9.0.0",
57 "execa": "^3.4.0"
58 },
59 "gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
60}