{
"name": "npcterm",
"version": "1.3.0",
"description": "OpenClaw native plugin for NPCterm - headless terminal emulator MCP server for AI agents",
"type": "module",
"openclaw": {
"extensions": ["./index.ts"],
"compat": {
"pluginApi": ">=2026.3.24-beta.2",
"minGatewayVersion": "2026.3.24-beta.2"
}
},
"dependencies": {
"@sinclair/typebox": "^0.34.0"
},
"keywords": ["openclaw", "plugin", "terminal", "emulator", "pty", "mcp", "ai-agent"],
"license": "Apache-2.0"
}