{
  "name": "http-up",
  "version": "3.0.1",
  "description": "Simple share folder via http with upload",
  "type": "module",
  "main": "./bin/http-up",
  "bin": {
    "http-up": "./bin/http-up"
  },
  "scripts": {
    "prettier": "npx prettier bin lib assets --check",
    "prettier:fix": "npm run prettier -- --write"
  },
  "directories": {
    "lib": "lib",
    "bin": "bin",
    "view": "view",
    "assets": "assets",
    "model": "model"
  },
  "files": [
    "lib",
    "bin",
    "view",
    "assets",
    "model",
    "README.md"
  ],
  "author": "https://github.com/western",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/western/http-up/issues"
  },
  "homepage": "https://github.com/western/http-up#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/western/http-up.git"
  },
  "keywords": [
    "cli",
    "command",
    "static",
    "http",
    "https",
    "tls",
    "http-server",
    "https-server",
    "web-server",
    "webserver",
    "server",
    "upload",
    "file-upload",
    "share",
    "file-server",
    "download"
  ],
  "dependencies": {
    "chalk": "^5.4.1",
    "compression": "^1.8.0",
    "express": "^5.1.0",
    "express-basic-auth": "^1.2.1",
    "express-handlebars": "^8.0.1",
    "mime": "^4.0.7",
    "minimist": "^1.2.8",
    "multer": "^2.0.1",
    "node-datetime": "^2.1.2",
    "path": "^0.12.7",
    "shelljs": "^0.10.0",
    "sqlite3": "^5.1.7",
    "urlencode": "^2.0.0"
  }
}
