{
  "name": "thunderbench-core",
  "version": "1.0.3",
  "description": "ThunderBench - 高性能API性能测试工具核心引擎",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "bin/",
    "examples/",
    "docs/",
    "scripts/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "bun build src/index.ts --outdir ./dist --target node && tsc --project tsconfig.build.json",
    "dev": "bun --watch src/index.ts",
    "test": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "performance",
    "benchmark",
    "api-testing",
    "wrk",
    "load-testing",
    "stress-testing",
    "nodejs",
    "typescript"
  ],
  "author": "ThunderBench Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thunderbench/thunderbench.git"
  },
  "homepage": "https://github.com/thunderbench/thunderbench#readme",
  "bugs": {
    "url": "https://github.com/thunderbench/thunderbench/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "ora": "^7.0.1",
    "rxjs": "^7.8.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.10.0",
    "bun-types": "latest",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  }
}
