-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 955 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
{
"author": {
"email": "[email protected]",
"name": "Jeff \"Huey\" Huelsbeck",
"url": "https://www.carpetelam.com"
},
"bin": {
"cv3-dev": "./bin/cli.js"
},
"bugs": {
"url": "https://github.com/CarpeTelam/cv3-dev/issues"
},
"description": "A command line interface for CV3 templates",
"dependencies": {
"del": "^5.1.0",
"eslint": "^7.11.0",
"extract-zip": "^2.0.1",
"glob": "^7.1.6",
"moment": "^2.29.1",
"prompts": "^2.3.2",
"request": "^2.88.2"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/CarpeTelam/cv3-dev/#readme",
"keywords": [
"cli",
"commercev3",
"cv3"
],
"license": "MIT",
"main": "bin/cli.js",
"name": "cv3-dev",
"repository": {
"type": "git",
"url": "[email protected]:CarpeTelam/cv3-dev.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "2.1.2"
}