UNPKG

@joberstein12/commit-history-validator

Version:

Validates commits and release according to the conventional commit specification.

47 lines (46 loc) 1.39 kB
{ "name": "@joberstein12/commit-history-validator", "version": "1.2.3", "description": "Validates commits and release according to the conventional commit specification.", "author": "Jesse Oberstein", "license": "ISC", "repository": "https://github.com/joberstein/commit-history-validator", "main": "dist/index.js", "bin": "dist/index.js", "publishConfig": { "access": "public" }, "scripts": { "build": "yarn transpile", "clean": "rm -rf dist", "copy-hooks-list": "echo $(ls ../hooks) > dist/hooks.txt", "enable-execution": "chmod +x src/index.js", "postbuild": "yarn copy-hooks-list", "prebuild": "yarn clean && yarn enable-execution", "transpile": "babel src --out-dir dist", "validate:release": "node ./dist/index.js validate release -c ./dist/config" }, "keywords": [ "conventional-commits", "commit-history", "semver", "release" ], "dependencies": { "@joberstein12/commitlint-config": "^1.0.1", "command-line-args": "^5.2.1", "commitlint": "^17.0.3", "semantic-release": "^19.0.3", "semantic-release-monorepo": "^7.0.5", "yarn": "^1.0.0" }, "devDependencies": { "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", "@jest/globals": "^28.1.2", "@types/jest": "28.1.3", "@types/node": "^18.0.3", "jest": "^28.1.1" } }