{
  "name": "sse-stuntman",
  "version": "1.1.2",
  "description": "Mock SSE — stunt double for your AI API. Mock streaming responses, errors, and edge cases.",
  "type": "module",
  "main": "index.mjs",
  "scripts": {
    "pub:patch": "npm version patch",
    "pub:minor": "npm version minor",
    "pub:major": "npm version major",
    "preversion": "npm test && npm run typecheck",
    "postversion": "npm publish && git push && git push --tags",
    "typecheck": "tsgo --noEmit",
    "start": "node bin/index.mjs",
    "coverage": "node --test --experimental-test-coverage --test-coverage-exclude=\"src/**/*.test.mjs\" --test-reporter=tap",
    "test": "node --test"
  },
  "bin": {
    "sse-stuntman": "src/bin/index.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/legend80s/sse-stuntman.git"
  },
  "files": [
    "src/"
  ],
  "keywords": [
    "mock",
    "sse",
    "streaming",
    "ai",
    "test",
    "testing",
    "anthropic",
    "simulate",
    "openai"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/legend80s/sse-stuntman/issues"
  },
  "homepage": "https://github.com/legend80s/sse-stuntman#readme",
  "devDependencies": {
    "@types/node": "^26.0.1"
  }
}
