{
  "name": "@tryghost/http-stream",
  "version": "2.3.15",
  "license": "MIT",
  "author": "Ghost Foundation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/framework.git",
    "directory": "packages/http-stream"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@tryghost/errors": "^3.3.14",
    "@tryghost/request": "^4.0.7"
  },
  "devDependencies": {
    "express": "5.2.1",
    "sinon": "22.1.0"
  },
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing vitest run --coverage",
    "lint": "oxlint -c ../../.oxlintrc.json .",
    "posttest": "pnpm run lint"
  }
}