package.json•1.03 kB
{
"name": "phoenix-experiment-runner",
"version": "1.0.0",
"description": "An example app that uses the phoenix-client to run experiments",
"main": "dist/index.js",
"type": "module",
"private": true,
"dependencies": {
"@arizeai/openinference-instrumentation-openai": "^3.2.3",
"@arizeai/openinference-semantic-conventions": "^2.1.2",
"@arizeai/phoenix-client": "workspace:*",
"@arizeai/phoenix-otel": "workspace:*",
"@arizeai/phoenix-evals": "workspace:*",
"@clack/prompts": "^0.8.2",
"autoevals": "^0.0.111",
"dotenv": "^16.4.7",
"openai": "^6.7.0",
"zod": "^3.23.8"
},
"scripts": {
"start": "NODE_NO_WARNINGS=1 node dist/index.js",
"d:up": "docker compose up -d",
"d:down": "docker compose down",
"build": "tsc",
"dev": "NODE_NO_WARNINGS=1 tsx index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.11",
"rimraf": "^5.0.10",
"tsx": "^4.19.1",
"typescript": "^5.7.2"
}
}