{ "name": "@elizaos/plugin-benchmarks", "description": "Canonical eliza Action wrappers for benchmark tool vocabularies (vending-bench, webshop, OSWorld, tau-bench, visualwebbench).", "version": "2.0.3-beta.7", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "packageType": "plugin", "platform": "node", "license": "MIT", "author": "ElizaOS Contributors", "keywords": [ "plugin", "elizaos", "benchmarks", "vending-bench", "webshop", "osworld", "tau-bench", "visualwebbench" ], "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "files": [ "dist", "README.md", "package.json" ], "dependencies": { "@elizaos/core": "workspace:*" }, "devDependencies": { "@biomejs/biome": "2.5.3", "@types/node": "^25.0.3", "typescript": "^6.0.3", "vitest": "^4.0.18" }, "scripts": { "build": "bun run build.ts", "dev": "bun --hot build.ts", "test": "vitest run --config vitest.config.ts", "typecheck": "tsgo --noEmit", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "publishConfig": { "access": "public" } }