-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 883 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
{
"name": "material-cli",
"version": "0.0.3",
"description": "Build Material UI apps 10x faster with material-ui-cli ⚡",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"material-cli": "index.js"
},
"keywords": [
"materialUI",
"theme",
"CLI",
"scaffold"
],
"author": "Amos Kyalo",
"license": "ISC",
"dependencies": {
"@inquirer/prompts": "^4.0.0",
"boxen": "^5.1.2",
"chalk": "4.1.2",
"commander": "^12.0.0",
"ejs": "^3.1.9",
"fs-extra": "^11.2.0",
"joi": "^17.12.1",
"ora": "5.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amoskyalo/material-UI-CLI.git"
},
"bugs": {
"url": "https://github.com/amoskyalo/material-UI-CLI/issues"
},
"homepage": "https://github.com/amoskyalo/material-UI-CLI#readme"
}