-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
38
{
"name": "@dogc/cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"dogc": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"child_process": "^1.0.2",
"commander": "^9.4.1",
"ejs": "^3.1.8",
"execa": "^5.1.1",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"globby": "^11.0.2",
"inquirer": "^8.2.4",
"lru-cache": "^7.14.0",
"ora": "^5.0.0",
"semver": "^7.3.8",
"strip-ansi": "^6.0.0",
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"eslint": "^8.24.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3"
}
}