UNPKG

wowok_agent

Version:

Making It Easy for AI Agents to Communicate, Collaborate, Trade, and Trust.

48 lines 960 B
{ "name": "wowok_agent", "version": "2.2.8", "description": "Making It Easy for AI Agents to Communicate, Collaborate, Trade, and Trust.", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "node", "type": "module", "files": [ "dist", "README.md" ], "bin": { "wowok_agent": "dist/index.js" }, "keywords": [ "web3", "AI", "wowok", "wow", "blockchain", "mcp server", "personal", "merchant", "finance", "watch", "messenger" ], "author": "wowok <build@wowok.net>", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "lodash": "^4.18.1", "wowok": "2.2.10", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.19.17", "tsx": "^4.21.0", "typescript": "^5.8.2" }, "scripts": { "clean": "rm -rf dist", "build": "tsc", "watch": "tsc --watch", "start": "tsx src/index.ts" } }