@controlla/cli
Version:
Command line interface for rapid Controlla projects development
31 lines (30 loc) • 692 B
JSON
{
"name": "@controlla/{{ name }}",
"description": "{{ description }}",
"version": "1.0.0",
"scripts": {
"update": "git add . && git commit -m 'docs: update' && standard-version && git push --follow-tags",
"prepare": "husky install"
},
"author": "Controlla <contacto@controlla.com.mx>",
"license": "EULA",
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"husky": "^8.0.0",
"lint-staged": "^15.2.0"
},
"standard-version": {
"skip": {
"tag": true
}
},
"lint-staged": {
"**/*.php*": [
"./vendor/bin/pint"
]
},
"dependencies": {
"standard-version": "^9.5.0"
}
}