branch-naming-check
Version:
Enforce naming conventions on git branches
31 lines (30 loc) • 640 B
JSON
{
"name": "branch-naming-check",
"version": "1.0.2",
"description": "Enforce naming conventions on git branches",
"main": "index.js",
"scripts": {
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"bin": {
"branch-naming-check": "./index.js"
},
"keywords": [
"git",
"branches",
"naming"
],
"author": "Jose Luis Piedrahita",
"license": "ISC",
"devDependencies": {
"@innocells/eslint-config": "^1.2.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.11.1"
}
}