-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 992 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
39
40
41
42
43
44
45
46
47
48
49
{
"author": {
"name": "Alex Gochenour",
"leave the gun": "take the cannoli"
},
"bin": {
"gochenour": "index.js",
"goch": "index.js"
},
"dependencies": {
"boxen": "^6.2.1",
"chalk": "^5.0.1",
"clipboardy": "^3.0.0",
"dotenv": "^16.0.0",
"inquirer": "^9.1.4",
"log-symbols": "^5.1.0",
"node-fetch": "^3.2.3",
"vite": "^2.8.0"
},
"description": "Get to know the man, the myth, the legend",
"devDependencies": {
"c8": "^7.11.0",
"husky": "^8.0.1",
"vitest": "^0.16.0"
},
"files": [
"index.js",
"src/*"
],
"keywords": [
"gochenour",
"gouchenour",
"gochenator"
],
"license": "MIT",
"main": "index.js",
"name": "gochenour",
"repository": {
"type": "git",
"url": "https://github.com/chunyukuo88/gochenour"
},
"scripts": {
"c": "vitest run --coverage",
"prepare": "husky install",
"test": "vitest && ./restore.sh"
},
"type": "module",
"version": "1.17.3"
}