mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "@evals/ipc",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts --max-warnings=0",
|
|
"check-types": "tsc --noEmit",
|
|
"format": "prettier --write src"
|
|
},
|
|
"dependencies": {
|
|
"@evals/types": "workspace:^",
|
|
"node-ipc": "^12.0.0",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@evals/eslint-config": "workspace:^",
|
|
"@evals/typescript-config": "workspace:^",
|
|
"@types/node-ipc": "^9.2.3"
|
|
}
|
|
}
|