Create package.json
This commit is contained in:
parent
f1f5923a0c
commit
95f78fd2ce
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user