mirror of
https://github.com/detleph/email-templates.git
synced 2026-09-04 08:36:03 +02:00
Setup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user