-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
{
"name": "create-ethora-app",
"version": "1.0.2",
"description": "Cli to create a new app based on Ethora engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vineeth Nambiar https://github.com/4RGUS",
"license": "MIT",
"bin": {
"create-ethora-app": "index.js"
},
"dependencies": {
"child_process": "^1.0.2",
"commander": "^10.0.0",
"create-ethora-app": "^1.0.1",
"fs": "^0.0.1-security",
"inquirer": "^9.1.4",
"path": "^0.12.7",
"react-native-rename": "^3.2.12",
"simple-git": "^3.17.0"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/4RGUS/createEthoraApp"
},
"keywords": [
"ethora",
"ethora app",
"create ethora app"
]
}