mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
25 lines
634 B
JSON
25 lines
634 B
JSON
{
|
|
"name": "@benchmark/cli",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint src --ext ts --max-warnings=0",
|
|
"check-types": "tsc --noEmit",
|
|
"format": "prettier --write src",
|
|
"dev": "dotenvx run -f ../../.env -- tsx src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@benchmark/db": "workspace:^",
|
|
"@benchmark/ipc": "workspace:^",
|
|
"@benchmark/lib": "workspace:^",
|
|
"@benchmark/types": "workspace:^",
|
|
"execa": "^9.5.2",
|
|
"gluegun": "^5.1.2",
|
|
"p-map": "^7.0.3",
|
|
"p-wait-for": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@benchmark/eslint-config": "workspace:^",
|
|
"@benchmark/typescript-config": "workspace:^"
|
|
}
|
|
}
|