UNPKG

breakout-room

Version:

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

48 lines (47 loc) 1.14 kB
{ "name": "breakout-room", "version": "4.1.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/ryanramage/breakout-room.git" }, "keywords": [ "AI", "p2p", "chat" ], "author": "Ryan Ramage", "license": "ISC", "bugs": { "url": "https://github.com/ryanramage/breakout-room/issues" }, "homepage": "https://github.com/ryanramage/breakout-room#readme", "dependencies": { "@agree-able/invite": "^1.0.4", "@agree-able/room": "^4.2.0", "@agree-able/room-config": "^1.0.1", "@agree-able/rpc": "^3.0.0", "@clack/prompts": "^0.8.2", "autobase": "^6.5.9", "blind-pairing": "^2.3.1", "corestore": "^6.18.4", "hyperswarm": "^4.8.4", "picocolors": "^1.1.1", "random-access-memory": "^6.2.1", "run-con": "^1.3.2", "z32": "^1.1.0" }, "devDependencies": { "standard": "^17.1.2" } }