mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "@benchmark/runner",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint src --ext ts --max-warnings=0",
|
|
"check-types": "tsc --noEmit",
|
|
"format": "prettier --write src",
|
|
"build": "tsup"
|
|
},
|
|
"dependencies": {
|
|
"@benchmark/db": "workspace:^",
|
|
"@benchmark/ipc": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@benchmark/eslint-config": "workspace:^",
|
|
"@benchmark/typescript-config": "workspace:^",
|
|
"@types/vscode": "^1.98.0"
|
|
}
|
|
}
|