mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-13 22:08:55 +02:00
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "firetable",
|
|
"alias": "firetable-cli",
|
|
"version": "0.5.6",
|
|
"description": "CLI tool to simplify firetable deployment processes",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/AntlerVC/firetable",
|
|
"author": "Shams Mosowi",
|
|
"license": "MIT",
|
|
"bin": "./index.js",
|
|
"dependencies": {
|
|
"arg": "^4.1.3",
|
|
"chalk": "^4.1.0",
|
|
"clear": "^0.1.0",
|
|
"clui": "^0.3.6",
|
|
"commander": "^6.0.0",
|
|
"configstore": "^5.0.1",
|
|
"figlet": "^1.5.0",
|
|
"inquirer": "^7.3.3",
|
|
"lodash": "^4.17.19",
|
|
"open": "^7.1.0"
|
|
}
|
|
}
|