Files
ButlerBot/package.json
Jack Hadrill 0b2118354f
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 1m17s
Add ngate
2025-02-02 23:06:52 +00:00

40 lines
978 B
JSON

{
"name": "butlerbot",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsup src/index.ts --minify",
"register-slash-commands": "tsx src/registerSlashCommands.ts",
"dev": "tsx watch src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.3t.network/terriblecodeclub/butlerbot.git"
},
"author": "Butlersaurus",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"glob": "^11.0.1",
"mongodb": "^6.13.0",
"openai": "^4.82.0",
"replicate": "^1.0.1"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}