firestudio
Version:
CLI for developing apps with NextJS and Firebase
43 lines (42 loc) • 922 B
JSON
{
"name": "firestudio",
"version": "0.14.4",
"description": "CLI for developing apps with NextJS and Firebase",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": "guessty/firestudio",
"bugs": {
"url": "https://github.com/guessty/create-firestudio-app/issues"
},
"license": "MIT",
"bin": {
"firestudio": "./bin/firestudio.js"
},
"dependencies": {
"@octokit/rest": "^15.9.4",
"ansi-escapes": "^2.0.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"execa": "^0.6.3",
"find-up": "^3.0.0",
"fs-extra": "^3.0.0",
"got": "^8.3.1",
"make-dir": "^1.3.0",
"minimist": "^1.2.0",
"ms": "^1.0.0",
"mz": "^2.6.0",
"ora": "^1.2.0",
"promise": "^7.1.1",
"tar": "^4.4.4"
},
"keywords": [
"react",
"nextJS",
"next.js",
"firebase",
"boilerplate"
]
}