{
  "name": "fsbrowse",
  "version": "0.2.27",
  "description": "Minimal HTTP file server - standalone or embeddable Express middleware",
  "main": "index.js",
  "private": false,
  "scripts": {
    "dev": "node server.js",
    "start": "node server.js"
  },
  "bin": {
    "fsbrowse": "bin.js"
  },
  "author": {
    "email": "alisanan9090@gmail.com",
    "name": "Ali Sanan",
    "url": "https://devshell.blog/about"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AnEntrypoint/httpfs.git"
  },
  "bugs": {
    "url": "https://github.com/AnEntrypoint/httpfs/issues"
  },
  "homepage": "https://github.com/AnEntrypoint/httpfs#readme",
  "keywords": [
    "file-server",
    "http-file-server",
    "file-manager",
    "upload",
    "drag-and-drop",
    "nodejs",
    "storage",
    "file-upload",
    "web-file-server",
    "open-source",
    "file-sharing"
  ],
  "engines": {
    "node": ">=18.18.0"
  },
  "dependencies": {
    "express": "^4.18.2",
    "busboy": "^1.6.0"
  }
}
