mirror of
https://github.com/detleph/email-templates.git
synced 2026-09-04 00:26:01 +02:00
28 lines
646 B
JSON
28 lines
646 B
JSON
{
|
|
"name": "email-templates",
|
|
"version": "1.0.0",
|
|
"description": "email templates",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/detleph/email-templates.git"
|
|
},
|
|
"author": "OmengU",
|
|
"bugs": {
|
|
"url": "https://github.com/detleph/email-templates/issues"
|
|
},
|
|
"homepage": "https://github.com/detleph/email-templates#readme",
|
|
"devDependencies": {
|
|
"husky": "^7.0.0",
|
|
"pretty-quick": "^3.1.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npx pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|