{
  "name": "httpsrve",
  "version": "1.0.3",
  "description": "Node.js version of `python -m http.server` for local file access & download.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev":"node . 80 files"
  },
  "bin": {
    "httpsrv": "./index.js"
  },
  "keywords": [
    "http",
    "server",
    "file-server",
    "local-storage",
    "static-server"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DeveloperKubilay/LocalStorageServer"
  },
  "dependencies": {}
}
