This commit is contained in:
OmengU
2021-11-06 21:14:13 +01:00
parent 887f9d7831
commit 5a799a64fc
5 changed files with 929 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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"
}
}
}