mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
38 lines
839 B
JSON
38 lines
839 B
JSON
{
|
|
"name": "firetable",
|
|
"alias": "firetable-cli",
|
|
"version": "1.1.3",
|
|
"description": "CLI tool to simplify firetable deployment processes",
|
|
"repository": "https://github.com/AntlerVC/firetable",
|
|
"author": "Shams Mosowi",
|
|
"license": "MIT",
|
|
"main": "./src/index.js",
|
|
"bin": "./src/index.js",
|
|
"engines": {
|
|
"node": ">=10 <13"
|
|
},
|
|
"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",
|
|
"firebase-admin": "^9.1.1",
|
|
"inquirer": "^7.3.3",
|
|
"lodash": "^4.17.19",
|
|
"open": "^7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^4.2.5",
|
|
"prettier": "^2.1.1",
|
|
"pretty-quick": "^3.0.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|