chore: archive AgentDock v1 implementation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "agentdock-runner",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.1.0",
|
||||
"node-pty": "^1.1.0",
|
||||
"ws": "^8.18.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user