{
  "name": "@nestia/benchmark",
  "version": "11.3.2",
  "description": "NestJS Performance Benchmark Program",
  "main": "lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "e2e",
    "nestia",
    "nestjs",
    "Performance",
    "benchmark"
  ],
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/nestia/issues"
  },
  "homepage": "https://nestia.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/nestia"
  },
  "dependencies": {
    "tgrid": "^1.2.1",
    "tstl": "^3.0.0",
    "@nestia/fetcher": "^11.3.2"
  },
  "devDependencies": {
    "@types/node": "^25.3.3",
    "rimraf": "^6.1.3",
    "typescript": "~6.0.3"
  },
  "files": [
    "lib",
    "src",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf lib && tsc",
    "dev": "rimraf lib && tsc --watch"
  },
  "types": "lib/index.d.ts"
}