Create package.json

This commit is contained in:
BusyBee3333 2026-01-03 09:22:14 -05:00 committed by GitHub
parent f1f5923a0c
commit 95f78fd2ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
}