{
  "name": "@pkg-nec/http-server",
  "version": "15.0.0",
  "description": "Maintained security fork of http-server — zero-config static HTTP/HTTPS server for Node.js",
  "main": "./lib/http-server",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pkg-nec/http-server.git"
  },
  "keywords": [
    "http-server",
    "https-server",
    "http",
    "https",
    "server",
    "static",
    "static-server",
    "static-site",
    "web-server",
    "file-server",
    "cli",
    "cli-tool",
    "command-line",
    "npx",
    "zero-config",
    "local-development",
    "devtools",
    "cors",
    "proxy",
    "nodejs",
    "security",
    "maintained-fork"
  ],
  "scripts": {
    "start": "node ./bin/http-server",
    "test": "tap --reporter=terse --allow-incomplete-coverage test/*.test.js",
    "test-watch": "tap --reporter=terse --allow-incomplete-coverage --watch test/*.test.js"
  },
  "files": [
    "lib",
    "bin",
    "doc"
  ],
  "man": "./doc/http-server.1",
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  },
  "author": {
    "name": "pkg-nec",
    "url": "https://github.com/pkg-nec"
  },
  "funding": {
    "type": "individual",
    "url": "https://buymeacoffee.com/maw629"
  },
  "contributors": [
    {
      "name": "Charlie Robbins",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "Marak Squires",
      "email": "marak.squires@gmail.com"
    },
    {
      "name": "Charlie McConnell",
      "email": "charlie@charlieistheman.com"
    },
    {
      "name": "Joshua Holbrook",
      "email": "josh.holbrook@gmail.com"
    },
    {
      "name": "Maciej Małecki",
      "email": "maciej.malecki@notimplemented.org"
    },
    {
      "name": "Matthew Bergman",
      "email": "mzbphoto@gmail.com"
    },
    {
      "name": "brad dunbar",
      "email": "dunbarb2@gmail.com"
    },
    {
      "name": "Dominic Tarr"
    },
    {
      "name": "Travis Person",
      "email": "travis.person@gmail.com"
    },
    {
      "name": "Jinkwon Lee",
      "email": "master@bdyne.net"
    },
    {
      "name": "BigBlueHat",
      "email": "byoung@bigbluehat.com"
    },
    {
      "name": "Daniel Dalton",
      "email": "daltond2@hawkmail.newpaltz.edu"
    },
    {
      "name": "Jade Michael Thornton",
      "email": "jademichael@jmthornton.net"
    }
  ],
  "dependencies": {
    "basic-auth": "^2.0.1",
    "chalk": "^4.1.2",
    "corser": "^2.0.1",
    "he": "^1.2.0",
    "html-encoding-sniffer": "^5.0.0",
    "http-proxy": "^1.18.1",
    "mime": "^1.6.0",
    "minimist": "^1.2.8",
    "opener": "^1.5.1",
    "portfinder": "^1.0.38",
    "secure-compare": "3.0.1",
    "union": "~0.6.0",
    "url-join": "^4.0.1"
  },
  "devDependencies": {
    "eol": "^0.10.0",
    "express": "^4.22.2",
    "tap": "^21.7.5"
  },
  "bugs": {
    "url": "https://github.com/pkg-nec/http-server/issues"
  },
  "homepage": "https://github.com/pkg-nec/http-server#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "preferGlobal": true,
  "bin": {
    "http-server": "./bin/http-server"
  }
}
