UNPKG

npm-gate

Version:
92 lines (91 loc) 2.08 kB
{ "name": "npm-gate", "description": "Gated commit using git+npm", "main": "index.js", "version": "1.0.0", "bin": { "npm-gate": "index.js" }, "files": [ "src" ], "scripts": { "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "pre-commit": "node index.js", "test": "jest --coverage", "deps": "npm-check -s", "deps:update": "npm-check -u", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "pre-commit": "pre-commit", "jest": { "testEnvironment": "node" }, "greenkeeper": { "ignore": [ "cosmiconfig" ] }, "repository": { "type": "git", "url": "https://github.com/invantage/npm-gate" }, "keywords": [ "lint", "git", "staged", "javascript", "css", "scss", "sass", "eslint", "stylelint", "code", "quality", "precommit", "commit hook", "hook" ], "author": "Bruno Morel <bmorel@invantage.pro>", "license": "MIT", "bugs": { "url": "https://github.com/invantage/npm-gate/issues" }, "homepage": "https://github.com/invantage/npm-gate#readme", "dependencies": { "app-root-path": "^2.0.0", "cosmiconfig": "^1.1.0", "execa": "^0.7.0", "listr": "^0.12.0", "lodash.chunk": "^4.2.0", "minimatch": "^3.0.0", "npm-which": "^3.0.1", "p-map": "^1.1.1", "staged-git-files": "0.0.4" }, "devDependencies": { "babel-core": "^6.10.4", "babel-jest": "^20.0.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.4.0", "babel-register": "^6.16.3", "babel-runtime": "^6.23.0", "cz-conventional-changelog": "^1.2.0", "eslint": "^3.9.1", "eslint-config-okonet": "^4.0.0", "expect": "^1.20.2", "is-promise": "^2.1.0", "jest": "^20.0.1", "jsonlint": "^1.6.2", "jsonlint-cli": "^1.0.1", "npm-check": "^5.2.2", "pre-commit": "^1.1.3", "semantic-release": "^6.3.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }