-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "salt-app-kickstart",
"version": "1.0.2",
"description": "A CLI tool to inject templates built using Salt design System into the react app, launch it to localhost and push to github..",
"main": "./cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cli.js"
},
"keywords": [
"salt",
"salt-app",
"salt-app-kickstart",
"cli tool"
],
"author": "Duddekunta Devamani",
"license": "MIT",
"dependencies": {
"cfonts": "^3.3.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"inquirer": "^10.0.4",
"inquirer-confirm": "^2.0.7",
"salt-app-kickstart": "^1.0.1",
"simple-git": "^3.25.0",
"sudo-prompt": "^9.2.1",
"winston": "^3.15.0"
},
"type": "module",
"bin": {
"salt-app-kickstart": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Devamani11D/salt-app-kickstart.git",
"directory": "packages/salt-app-kickstart"
},
"bugs": {
"url": "https://github.com/Devamani11D/salt-app-kickstart/issues"
},
"homepage": "https://github.com/Devamani11D/salt-app-kickstart#readme"
}