| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@commitlint/config-conventional",
- "version": "17.8.1",
- "description": "Shareable commitlint config enforcing conventional commits",
- "files": [
- "index.js"
- ],
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/conventional-changelog/commitlint.git",
- "directory": "@commitlint/config-conventional"
- },
- "keywords": [
- "conventional-changelog",
- "commitlint",
- "commitlint-config",
- "angular"
- ],
- "author": "Mario Nebl <hello@herebecode.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/conventional-changelog/commitlint/issues"
- },
- "homepage": "https://commitlint.js.org/",
- "engines": {
- "node": ">=v14"
- },
- "devDependencies": {
- "@commitlint/lint": "^17.8.1",
- "@commitlint/utils": "^17.8.1"
- },
- "dependencies": {
- "conventional-changelog-conventionalcommits": "^6.1.0"
- },
- "gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008"
- }
|