10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"name": "agent-ui-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run index.ts",
|
|
"dev": "bun --watch run index.ts"
|
|
}
|
|
}
|