{
  "name": "http-cache-tests",
  "version": "0.4.5",
  "description": "Tests for HTTP caches",
  "homepage": "https://cache-tests.fyi/",
  "author": "Mark Nottingham",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=14.8.0"
  },
  "dependencies": {
    "liquidjs": "^9.16.1",
    "node-fetch": "^2.2.0",
    "npm": "^6.14.11"
  },
  "scripts": {
    "server": "node server/server.mjs &",
    "cli": "node --no-warnings cli.mjs",
    "export": "node --no-warnings export.mjs",
    "validate": "node --no-warnings export.mjs validate",
    "lint": "standard *.mjs client/*.mjs server/*.mjs lib/*.mjs tests/*.mjs spec/*.mjs",
    "fix": "standard --fix *.mjs client/*.mjs server/*.mjs lib/*.mjs tests/*.mjs spec/*.mjs"
  },
  "config": {
    "protocol": "http",
    "port": "8000",
    "base": "",
    "id": "",
    "pidfile": "server.pid"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/http-tests/cache-tests.git"
  },
  "devDependencies": {
    "ajv": "^6.12.5",
    "font-awesome": "^4.7.0",
    "marked": "^0.8.2",
    "standard": "^14.3.4"
  }
}
