ddc-commit-hooks
Version:
Configurable commit hook setup
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "ddc-commit-hooks",
"version": "1.2.9",
"description": "Configurable commit hook setup",
"main": "./dist/index.js",
"scripts": {
"test": "mocha --require ts-node/register **/spec/**.spec.js",
"test:report": "mocha --require ts-node/register --reporter mochawesome '**/spec/**.spec.js'",
"test:cover": "nyc --require ts-node/register --reporter=lcov --reporter=text npm run test",
"build": "tsc --pretty"
},
"nyc": {
"extension": [
".ts",
".tsx"
]
},
"keywords": [
"Git"
],
"author": "Luke Brobbin & Joseph Berry",
"license": "ISC",
"bin": {
"ddc-commit": "./dist/index.js"
},
"devDependencies": {
"@types/node": "^11.13.2",
"chai": "^4.2.0",
"husky": "^1.3.1",
"mocha": "^6.1.2",
"mochawesome": "^3.1.1",
"nyc": "^13.3.0",
"sinon": "^7.3.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
},
"dependencies": {
"chalk": "^2.4.2",
"rc": "^1.2.8",
"simple-git": "^1.110.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukebrobbs/commit-hooks.git"
},
"bugs": {
"url": "https://github.com/lukebrobbs/commit-hooks/issues"
},
"homepage": "https://github.com/lukebrobbs/commit-hooks#readme"
}