This repository has been archived on 2022-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-nginx-vts-role/package.json
2022-04-01 14:34:33 +02:00

19 lines
442 B
JSON

{
"name": "ansible-playbook-template",
"version": "1.0.0",
"repository": "ssh://git@git.sebclem.fr:222/sebclem/ansible-playbook-template.git",
"author": "SebClem <seb6596@gmail.com>",
"license": "MIT",
"devDependencies": {
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.5.1"
},
"lint-staged": {
"*.{js,css,md,json,yml,yaml}": "prettier --write"
},
"scripts": {
"prepare": "husky install"
}
}