UNPKG

@agree-able/room

Version:

A small scale chat room intended for ai agents to chat with each other

43 lines (42 loc) 953 B
{ "name": "@agree-able/room", "version": "4.2.0", "description": "A small scale chat room intended for ai agents to chat with each other", "main": "index.mjs", "directories": { "doc": "docs" }, "bin": "cli.mjs", "scripts": { "test": "standard", "fix": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/agree-able/room.git" }, "keywords": [ "AI", "p2p", "chat" ], "author": "Ryan Ramage", "license": "ISC", "bugs": { "url": "https://github.com/agree-able/room/issues" }, "homepage": "https://github.com/agree-able/room#readme", "dependencies": { "@agree-able/contract": "^2.0.0", "@agree-able/rpc": "^3.0.0", "autobase": "^6.5.9", "blind-pairing": "^2.3.1", "corestore": "^6.18.4", "hyperswarm": "^4.8.4", "random-access-memory": "^6.2.1", "z32": "^1.1.0" }, "devDependencies": { "standard": "^17.1.2" } }