24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"name": "@zseven-w/pen-acp",
|
|
"version": "0.8.0",
|
|
"description": "ACP (Agent Client Protocol) client for OpenPencil — connect to external ACP agents",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@agentclientprotocol/sdk": "^0.18.2",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|