-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 932 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 932 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@meshydb/react-shell",
"version": "1.1.3",
"description": "Basic React shell with integrated MeshyDB.",
"main": "./index.js",
"bin": {
"meshydb-react-shell": "./index.js"
},
"keywords": [
"meshydb",
"react",
"shell",
"cli"
],
"author": "Yeti Softworks LLC",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"child_process": "^1.0.2",
"commander": "^4.0.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
"listr": "^0.14.3",
"rimraf": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yetisoftworks/meshydb-react-shell.git"
},
"bugs": {
"url": "https://github.com/yetisoftworks/meshydb-react-shell/issues"
},
"homepage": "https://meshydb.com",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"create.js",
"templates/*"
]
}