-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.38 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "eternals",
"version": "1.0.3",
"description": "\nLet you create react application with various templates:-\nlike with redux, style component, tailwind css, bootstrap, redux etc.\n",
"main": "index.js",
"type": "module",
"bin": {
"eternals": "src/index.js",
"reacternals": "src/index.js"
},
"files": [
"src/index.js",
"react",
"templates",
"utils"
],
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"eternals",
"reacternals",
"react",
"cli",
"cli-eternals",
"customize-eternals",
"customize",
"eternals-cli",
"eternals console",
"eternals-console",
"eternals-customize-console",
"reacternls-cli",
"eternals windows",
"eternals macos",
"eternals linux",
"eternals windows mac linux",
"csalam",
"csalam07"
],
"author": {
"name": "csalam07",
"linkedIn": "linkedin.com/in/shahbajz-alam-b47678193",
"twitter": "https://twitter.com/CSALam12"
},
"bugs": {
"url": "https://github.com/csalam07/eternals/issues"
},
"homepage": "https://github.com/csalam07/eternals#readme",
"license": "MIT",
"dependencies": {
"chalk": "^5.0.1",
"cli-alert-msg": "^1.0.0",
"copy-template-dir": "^1.4.0",
"customize-unhandled-error": "^1.0.0",
"execa": "^6.1.0",
"inquirer": "^8.2.2",
"ora": "^6.1.0",
"welcome-for-cli": "^1.0.4"
}
}