-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 942 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 942 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
37
38
39
40
41
42
43
44
45
46
{
"name": "buildcom",
"version": "3.0.5",
"bin": {
"buildcom": "index.js"
},
"description": "A component generator for react",
"keywords": [
"node",
"components",
"generator",
"react",
"sass",
"stylus",
"less",
"css",
"jest",
"storybook",
"typescript"
],
"main": "index.js",
"scripts": {
"start": "index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/foxleigh81/buildcom.git"
},
"author": {
"name": "Alex Foxleigh",
"url": "https://github.com/foxleigh81"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/foxleigh81/buildcom/issues"
},
"homepage": "https://github.com/foxleigh81/buildcom/#readme",
"dependencies": {
"chalk": "^3.0.0",
"inquirer": "^7.0.4",
"js-yaml": "^3.9.1",
"yargs": "^15.1.0"
}
}