{
  "name": "@agentica/benchmark",
  "version": "0.31.1",
  "description": "Agentic AI Library specialized in LLM Function Calling",
  "author": "Wrtn Technologies",
  "license": "MIT",
  "homepage": "https://wrtnlabs.io/agentica",
  "repository": {
    "type": "git",
    "url": "https://github.com/wrtnlabs/agentica"
  },
  "bugs": {
    "url": "https://github.com/wrtnlabs/agentica/issues"
  },
  "keywords": [
    "openai",
    "chatgpt",
    "anthropic",
    "claude",
    "ai",
    "chatbot",
    "nestia",
    "swagger",
    "openapi"
  ],
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "package.json",
    "src"
  ],
  "peerDependencies": {
    "@agentica/core": "^0.31.1"
  },
  "dependencies": {
    "@samchon/openapi": "^4.7.1",
    "openai": "^5.2.0",
    "tstl": "^3.0.0",
    "typia": "^9.7.0",
    "uuid": "^11.1.0",
    "@agentica/core": "^0.31.1"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/node": "^22.13.4",
    "@types/uuid": "^10.0.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.34.8",
    "ts-patch": "^3.3.0",
    "typedoc": "^0.27.7",
    "typescript": "~5.9.2"
  },
  "scripts": {
    "build": "rimraf lib && tsc && rollup -c",
    "dev": "rimraf lib && tsc --watch",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "module": "lib/index.mjs",
  "typings": "lib/index.d.ts"
}