gather-claude-bot/package.json
2026-01-03 09:22:14 -05:00

25 lines
551 B
JSON

{
"name": "gather-claude-bot",
"version": "1.0.0",
"description": "Claude-powered AI agent for Gather.town that responds to commands and provides intelligent assistance",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "node bot.js"
},
"keywords": [
"gather",
"claude",
"ai",
"agent",
"bot",
"anthropic"
],
"author": "",
"license": "MIT",
"dependencies": {},
"engines": {
"node": ">=14.0.0"
}
}