{
"name": "ensi",
"version": "0.0.1-beta.1",
"description": "",
"main": "index.js",
"husky": {
"hooks": {
"commit-msg": "commitlint -e",
"pre-commit": "lint-staged",
"pre-push": "cargo build"
}
},
"lint-staged": {
"*.{rs}": [
"cargo fmt",
"git add"
]
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwonoj/ensi.git"
},
"author": "OJ Kwon <kwon.ohjoong@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kwonoj/ensi/issues"
},
"homepage": "https://github.com/kwonoj/ensi#readme",
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-angular": "^7.1.2",
"conventional-changelog-cli": "^2.0.11",
"husky": "^1.1.3",
"lint-staged": "^8.0.4"
}
}