{ "name": "@dwp/commitlint-config-base", "version": "1.2.0", "author": "Adam Moss", "license": "ISC", "description": "base configuration for commitlint", "keywords": [ "config", "shareable-config", "commitlint", "lint" ], "homepage": "https://github.com/dwp/commitlint-config-base", "repository": { "type": "git", "url": "git+ssh://git@github.com:dwp/commitlint-config-base.git" }, "bugs": { "url": "https://github.com/dwp/commitlint-config-base/issues" }, "files": [ "src/**" ], "main": "src/index.js", "scripts": { "compliance-tests": "npm run compliance:commits && npm run compliance:lint", "compliance:commits": "commitlint --from=main --to=HEAD", "compliance:lint": "eslint --ignore-path .gitignore .", "pipeline": "npm run compliance-tests && npm run security-tests && npm run tests", "security-tests": "npm run security:outdated && npm run security:audit", "security:audit": "npm audit || true", "security:outdated": "npm outdated || true", "security:snyk": "snyk test -dev", "test": "npm run pipeline", "tests": "npm run tests:unit", "tests:unit": "nyc --report-dir .coverage/unit jasmine --config=tests/unit/support/jasmine.json" }, "devDependencies": { "@commitlint/cli": "12.0.1", "@dwp/eslint-config-base": "5.0.1", "@dwp/eslint-config-jasmine": "1.0.0", "@dwp/nyc-config-base": "1.0.0", "eslint": "7.22.0", "husky": "4.3.8", "jasmine": "3.7.0", "jasmine-spec-reporter": "6.0.0", "lint-staged": "10.5.4", "nyc": "15.1.0", "snyk": "1.503.0" } }