{
  "name": "serve-di",
  "description": "Serve the site",
  "version": "0.0.17",
  "scripts": {
    "dev": "rm -fr dist && tsc -w",
    "build": "rm -fr dist && tsc -b",
    "lint": "eslint src",
    "test": "echo 'no test'"
  },
  "bin": {
    "serve-di": "dist/cli.js"
  },
  "engines": {
    "node": ">=14"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "stubs",
    "schema.json"
  ],
  "dependencies": {
    "basic-auth": "^2.0.1",
    "cac": "^6.7.14",
    "debug": "^4.3.4",
    "express": "^4.18.2",
    "netmask": "^2.0.2",
    "request-ip": "^3.3.0",
    "serve-handler": "^6.1.3",
    "zod": "^3.20.6"
  },
  "devDependencies": {
    "@types/basic-auth": "^1.1.3",
    "@types/debug": "^4.1.7",
    "@types/express": "^4.17.14",
    "@types/netmask": "^1.0.30",
    "@types/node": "^18.11.15",
    "@types/request-ip": "0.0.37",
    "@types/serve-handler": "^6.1.0",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "eslint": "^8.29.0",
    "typescript": "^4.9.4"
  },
  "volta": {
    "node": "14.21.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/madnh/serve-di.git"
  },
  "keywords": [
    "static",
    "serve",
    "protected",
    "basic authentication",
    "express"
  ],
  "author": "Danh Manh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/madnh/serve-di/issues"
  },
  "homepage": "https://github.com/madnh/serve-di#readme",
  "optionalDependencies": {
    "http-proxy-middleware": "^2.0.6"
  }
}
