{
  "name": "@claude-flow/performance",
  "version": "3.0.0-alpha.6",
  "type": "module",
  "description": "Performance module - benchmarking, Flash Attention validation, optimization",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./benchmarks/*": "./benchmarks/*.js"
  },
  "scripts": {
    "bench": "vitest bench",
    "bench:attention": "vitest bench benchmarks/attention/",
    "bench:startup": "vitest bench benchmarks/startup/",
    "build": "tsc"
  },
  "dependencies": {
    "@ruvector/attention": "latest",
    "@ruvector/sona": "latest"
  },
  "devDependencies": {
    "vitest": "^4.0.16"
  },
  "publishConfig": {
    "access": "public",
    "tag": "v3alpha"
  }
}
