mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"name": "@benchmark/lib",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint src --ext ts --max-warnings=0",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "vitest --globals --run",
|
|
"format": "prettier --write src"
|
|
},
|
|
"devDependencies": {
|
|
"@benchmark/eslint-config": "workspace:^",
|
|
"@benchmark/typescript-config": "workspace:^",
|
|
"vitest": "^3.0.9"
|
|
}
|
|
}
|