-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 926 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
{
"name": "fluidbm-cli",
"version": "1.0.0",
"description": "Fluidbm CLI to import your design models in secs",
"main": "index.js",
"bin": {
"fluidbm": "./index.js"
},
"author": "Franz Nkemaka <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/franznkemaka/fluidbm-cli"
},
"bugs": {
"url": "https://github.com/franznkemaka/fluidbm-cli/issues"
},
"homepage": "https://github.com/franznkemaka/fluidbm-cli#readme",
"keywords": [
"fluidbm",
"laravel",
"cli",
"dbm",
"database",
"tool"
],
"dependencies": {
"axios": "^0.24.0",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"configstore": "^5.0.0",
"figlet": "^1.5.2",
"lodash": "^4.17.21",
"prompt": "^1.2.0",
"yargs": "^17.3.0"
}
}