mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
27 lines
690 B
JSON
27 lines
690 B
JSON
{
|
|
"name": "benchmark",
|
|
"packageManager": "pnpm@10.6.5",
|
|
"scripts": {
|
|
"lint": "turbo lint",
|
|
"check-types": "turbo check-types",
|
|
"format": "turbo format",
|
|
"build": "turbo build",
|
|
"build:extension": "cd .. && npm run vscode-test",
|
|
"build:runner": "turbo build --filter @benchmark/runner",
|
|
"cli": "pnpm --filter @benchmark/cli dev",
|
|
"web": "pnpm --filter @benchmark/web dev"
|
|
},
|
|
"devDependencies": {
|
|
"@dotenvx/dotenvx": "^1.39.0",
|
|
"@eslint/js": "^9.22.0",
|
|
"eslint": "^9.22.0",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.5.3",
|
|
"rimraf": "^6.0.1",
|
|
"tsup": "^8.4.0",
|
|
"tsx": "^4.19.3",
|
|
"turbo": "^2.4.4",
|
|
"typescript": "^5",
|
|
"typescript-eslint": "^8.26.0"
|
|
}
|
|
}
|