git-format-staged
Version:
Git command to transform staged files according to a command that accepts file content on stdin and produces output on stdout.
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "git-format-staged",
"version": "4.0.1",
"description": "Git command to transform staged files according to a command that accepts file content on stdin and produces output on stdout.",
"scripts": {
"test": "ava",
"prepare": "update-npm-deps-hash || true",
"prepublishOnly": "sed -i \"s/\\$VERSION/$npm_package_version/\" git-format-staged",
"semantic-release": "semantic-release"
},
"bin": {
"git-format-staged": "git-format-staged"
},
"main": "./no-main.js",
"repository": {
"type": "git",
"url": "https://github.com/hallettj/git-format-staged.git"
},
"keywords": [
"git",
"hook"
],
"author": "Jesse Hallett <jesse@sitr.us>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hallettj/git-format-staged/issues"
},
"homepage": "https://github.com/hallettj/git-format-staged#readme",
"files": [
"git-format-staged"
],
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/fs-extra": "^8.1.0",
"@types/tmp": "^0.1.0",
"ava": "^3.8.1",
"eslint": "^5.16.0",
"fs-extra": "^9.0.0",
"micromatch": "^4.0.2",
"prettier-standard": "^9.1.1",
"semantic-release": "^23.0.2",
"strip-indent": "^3.0.0",
"tmp": "0.2.0",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"ts-node/register"
],
"files": [
"test/**/*_test.ts"
]
}
}