create-hydro-app
Version:
Create hydro apps with no build configuration.
22 lines (21 loc) • 570 B
JSON
{
"name": "create-hydro-app",
"bin": "./index.js",
"version": "1.0.5",
"keywords": [
"hydro-js",
"cli"
],
"description": "Create hydro apps with no build configuration.",
"author": "Fabian Krutsch <f.krutsch@gmx.de> (https://krutsch.netlify.app/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Krutsch/create-hydro-app.git"
},
"bugs": "https://github.com/Krutsch/create-hydro-app/issues",
"dependencies": {
"await-spawn": "^4.0.2",
"gradient-string": "^2.0.0"
}
}