-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 982 Bytes
/
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
{
"name": "complaint-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "npx pretty-quick --staged ng lint ng test",
"pre-push": "ng build --aot true"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhavesh-chaudhari/complaint-manager.git"
},
"keywords": [],
"author": "Bhavesh Chaudhari <[email protected]> (https://github.com/bhavesh-chaudhari/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bhavesh-chaudhari/complaint-manager/issues"
},
"homepage": "https://github.com/bhavesh-chaudhari/complaint-manager#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"husky": "^8.0.2",
"prettier": "^2.8.0",
"pretty-quick": "^3.1.3"
}
}