mirror of
https://github.com/vercel-labs/agent-eval.git
synced 2026-09-19 07:11:21 +08:00
20 lines
678 B
JSON
20 lines
678 B
JSON
{
|
|
"private": true,
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"build": "npm run build -w packages/agent-eval",
|
|
"build:agent-eval": "npm run build -w packages/agent-eval",
|
|
"test": "npm run test -w packages/agent-eval",
|
|
"test:watch": "npm run test:watch -w packages/agent-eval",
|
|
"test:integration": "npm run test:integration -w packages/agent-eval",
|
|
"lint": "npm run lint -w packages/agent-eval",
|
|
"changeset": "changeset",
|
|
"version": "changeset version",
|
|
"release": "npm run build && node scripts/publish-with-reconcile.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.5.2",
|
|
"@changesets/cli": "^2.29.8"
|
|
}
|
|
}
|