{
  "name": "hostr",
  "version": "3.1.0",
  "description": "A simple web server for the current working directory.  Used for hello world style web sites hosting only files in current directory structure.  Watches files and integrates with LiveReload.",
  "repository": {
    "type": "git",
    "url": "git@github.com:henrytseng/hostr.git"
  },
  "main": "./bin/hostr",
  "scripts": {
    "watch": "mocha -w tests/*.spec.js",
    "test": "mocha tests/*.spec.js"
  },
  "bin": {
    "hostr": "./bin/hostr"
  },
  "author": "Engineering <engineering@heycanvas.com>",
  "license": "MIT",
  "keywords": [
    "http",
    "webserver",
    "server",
    "command",
    "cli",
    "simple server"
  ],
  "engines": {
    "node": ">=22.12.0"
  },  
  "dependencies": {
    "argr": "^1.2.2",
    "mime-types": "^2.1.26",
    "minimatch": "^10.0.1",
    "tiny-lr": "^1.1.1"
  },
  "devDependencies": {
    "mocha": "^11.0.1",
    "yarn": "^1.21.1"
  }
}
