-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 947 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
{
"name": "@fe-chef/component",
"version": "0.2.1",
"description": "create components skeleton",
"main": "index.js",
"engine": {
"node": "10",
"npm": "5"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf blocks components",
"create": "node generator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramsunvtech/chef-component.git"
},
"bin": {
"fe-chef-component": "./generator.js"
},
"keywords": [
"react-components",
"skeleton"
],
"author": "Venkat.R <[email protected]> (https://in.linkedin.com/in/venkatarchitect)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramsunvtech/chef-component/issues"
},
"homepage": "https://github.com/ramsunvtech/chef-component#readme",
"dependencies": {
"commander": "^9.0.0",
"event-stream": "^4.0.1",
"inquirer": "^8.2.0",
"shelljs": "^0.8.5"
}
}