-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ewaab",
"version": "0.0.1",
"description": "❤️",
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.14",
"husky": "^4.3.0",
"npm-check-updates": "^9.0.4"
},
"husky": {
"hooks": {
"post-checkout": "echo $HUSKY_GIT_STDIN | scripts/lfs-hooks/post-checkout $HUSKY_GIT_PARAMS",
"post-commit": "echo $HUSKY_GIT_STDIN | scripts/lfs-hooks/post-commit $HUSKY_GIT_PARAMS",
"post-merge": "echo $HUSKY_GIT_STDIN | scripts/lfs-hooks/post-merge $HUSKY_GIT_PARAMS",
"pre-push": "echo $HUSKY_GIT_STDIN | scripts/lfs-hooks/pre-push $HUSKY_GIT_PARAMS",
"pre-commit": "./precommit.sh"
}
},
"scripts": {
"preinstall": "rm -rf .git/hooks && echo \"removed git hooks to allow for husky to install correctly\"",
"lfs-fetch": "git lfs fetch --all && git lfs pull",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jschmidtnj/ewaab.git"
},
"keywords": [
"search"
],
"author": "ewaab",
"license": "MIT",
"bugs": {
"url": "https://github.com/jschmidtnj/ewaab/issues"
},
"homepage": "https://github.com/jschmidtnj/ewaab#readme"
}