-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 796 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 796 Bytes
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
{
"name": "dave",
"version": "1.0.0",
"description": "Reasonable system for creating clean architecture in frontend",
"keywords": [
"7-1pattern",
"atomic-design",
"ddd",
"design-pattern"
],
"repository": {
"type": "git",
"url": "https://github.com/logustra/dave"
},
"bugs": "https://github.com/logustra/dave/issues",
"author": "Faizal Andyka Putra",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4"
},
"volta": {
"node": "14.17.1"
}
}