|
| 1 | +{ |
| 2 | + "name": "@commitlint/ensure", |
| 3 | + "version": "5.2.6", |
| 4 | + "description": "Lint your commit messages", |
| 5 | + "main": "lib/index.js", |
| 6 | + "scripts": { |
| 7 | + "build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps", |
| 8 | + "clean": "npx rimraf lib", |
| 9 | + "deps": "dep-check", |
| 10 | + "lint": "xo", |
| 11 | + "start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"", |
| 12 | + "test": "ava -c 4 --verbose", |
| 13 | + "watch": "babel src --out-dir lib --watch --source-maps" |
| 14 | + }, |
| 15 | + "ava": { |
| 16 | + "files": [ |
| 17 | + "src/**/*.test.js", |
| 18 | + "!lib/**/*" |
| 19 | + ], |
| 20 | + "source": [ |
| 21 | + "src/**/*.js", |
| 22 | + "!lib/**/*" |
| 23 | + ], |
| 24 | + "babel": "inherit", |
| 25 | + "require": [ |
| 26 | + "babel-register" |
| 27 | + ] |
| 28 | + }, |
| 29 | + "babel": { |
| 30 | + "presets": [ |
| 31 | + "babel-preset-commitlint" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "xo": false, |
| 35 | + "engines": { |
| 36 | + "node": ">=4" |
| 37 | + }, |
| 38 | + "repository": { |
| 39 | + "type": "git", |
| 40 | + "url": "https://github.com/marionebl/commitlint.git" |
| 41 | + }, |
| 42 | + "bugs": { |
| 43 | + "url": "https://github.com/marionebl/commitlint/issues" |
| 44 | + }, |
| 45 | + "homepage": "https://github.com/marionebl/commitlint#readme", |
| 46 | + "keywords": [ |
| 47 | + "conventional-changelog", |
| 48 | + "commitlint", |
| 49 | + "library", |
| 50 | + "core" |
| 51 | + ], |
| 52 | + "author": { |
| 53 | + "name": "Mario Nebl", |
| 54 | + |
| 55 | + }, |
| 56 | + "license": "MIT", |
| 57 | + "devDependencies": { |
| 58 | + "@commitlint/test": "^5.2.6", |
| 59 | + "@commitlint/utils": "^5.1.1", |
| 60 | + "ava": "0.22.0", |
| 61 | + "babel-cli": "6.26.0", |
| 62 | + "babel-preset-commitlint": "^5.2.0", |
| 63 | + "babel-register": "6.26.0", |
| 64 | + "concurrently": "3.5.1", |
| 65 | + "cross-env": "5.1.1", |
| 66 | + "globby": "6.1.0", |
| 67 | + "lodash.values": "4.3.0", |
| 68 | + "rimraf": "2.6.1", |
| 69 | + "xo": "0.18.2" |
| 70 | + }, |
| 71 | + "dependencies": { |
| 72 | + "lodash.camelcase": "4.3.0", |
| 73 | + "lodash.kebabcase": "4.1.1", |
| 74 | + "lodash.snakecase": "4.1.1", |
| 75 | + "lodash.upperfirst": "4.3.1", |
| 76 | + "lodash.startcase": "4.4.0" |
| 77 | + } |
| 78 | +} |
0 commit comments