-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 KB
/
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
{
"name": "create-hubspot-project",
"version": "0.3.0",
"description": "A CLI to bootstrap Hubspot projects using all of the best tooling",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/emptypockets-dev/create-hubspot-project"
},
"bin": {
"create-hubspot-project": "bin/create-hubspot-project"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"create-hubspot-project",
"webpack",
"postcss",
"babel",
"tailwindCSS"
],
"files": [
"bin/",
"src/",
"templates/"
],
"author": "",
"license": "ISC",
"dependencies": {
"arg": "^5.0.0",
"async": "^3.2.0",
"chalk": "^4.1.2",
"covgen": "^3.2.0",
"esm": "^3.2.25",
"execa": "^5.1.1",
"figlet": "^1.5.0",
"gitignore": "^0.7.0",
"inquirer": "^8.1.2",
"listr": "^0.14.2",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"spdx-license-list": "^6.4.0"
}
}