hosting
Version:
Deploy the current folder to harvis.dev with one command.
33 lines (32 loc) • 583 B
JSON
{
"name": "hosting",
"version": "1.2.1",
"description": "Deploy the current folder to harvis.dev with one command.",
"bin": {
"hosting": "bin/harvis.js"
},
"files": [
"bin/harvis.js"
],
"engines": {
"node": ">=18"
},
"keywords": [
"harvis",
"hosting",
"free-hosting",
"static-hosting",
"deploy",
"static-site",
"cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/harvis-io/cli.git"
},
"homepage": "https://harvis.dev",
"license": "MIT",
"dependencies": {
"fflate": "^0.8.3"
}
}