|
| 1 | +{ |
| 2 | + "author": "Rinaldo Pitzer e Rodrigo Moutinho", |
| 3 | + "name": "java6-to-java8", |
| 4 | + "description": "Guia para ajudar devs Java atualizarem sua certificação Java 6 para Java 8.", |
| 5 | + "license": "MIT", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/duke-certification/java6-to-java8.git" |
| 9 | + }, |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/duke-certification/java6-to-java8/issues" |
| 12 | + }, |
| 13 | + "homepage": "https://github.com/duke-certification/java6-to-java8", |
| 14 | + "keywords": [ |
| 15 | + "java", |
| 16 | + "java6", |
| 17 | + "java8", |
| 18 | + "certificate", |
| 19 | + "developer", |
| 20 | + "update", |
| 21 | + "guide" |
| 22 | + ], |
| 23 | + "dependencies": {}, |
| 24 | + "devDependencies": { |
| 25 | + "@commitlint/cli": "^8.0.0", |
| 26 | + "@commitlint/config-conventional": "^8.0.0", |
| 27 | + "@commitlint/prompt": "^8.0.0", |
| 28 | + "@semantic-release/changelog": "^3.0.4", |
| 29 | + "@semantic-release/commit-analyzer": "^6.2.0", |
| 30 | + "@semantic-release/git": "^7.0.16", |
| 31 | + "@semantic-release/github": "^5.4.2", |
| 32 | + "@semantic-release/release-notes-generator": "^7.2.1", |
| 33 | + "commitizen": "^3.1.1", |
| 34 | + "git-cz": "^3.0.1", |
| 35 | + "husky": "^2.7.0", |
| 36 | + "semantic-release": "^15.13.18", |
| 37 | + "semantic-release-cli": "^5.1.1" |
| 38 | + }, |
| 39 | + "husky": { |
| 40 | + "hooks": { |
| 41 | + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
| 42 | + } |
| 43 | + }, |
| 44 | + "scripts": { |
| 45 | + "commit": "./node_modules/.bin/git-cz", |
| 46 | + "semantic-release": "./node_modules/.bin/semantic-release", |
| 47 | + "semantic-release-cli": "./node_modules/.bin/semantic-release-cli" |
| 48 | + }, |
| 49 | + "commitlint": { |
| 50 | + "extends": [ |
| 51 | + "@commitlint/config-conventional" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "config": { |
| 55 | + "commitizen": { |
| 56 | + "path": "@commitlint/prompt" |
| 57 | + } |
| 58 | + } |
| 59 | +} |
0 commit comments