17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"name": "agent-orchestrator-frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Electron + TypeScript frontend for the agent-orchestrator rewrite",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"start": "npm run build && electron ."
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^33.0.0",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|