himbot/package.json
2023-12-03 17:30:36 -07:00

44 lines
1.1 KiB
JSON

{
"name": "himbot",
"version": "4.2.0",
"engines": {
"node": ">=18.12.1"
},
"main": "dist/index.js",
"author": "@sapphire",
"license": "UNLICENSE",
"type": "commonjs",
"dependencies": {
"@sapphire/decorators": "^6.0.2",
"@sapphire/discord.js-utilities": "7.1.2",
"@sapphire/framework": "^4.8.4",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/utilities": "^3.13.0",
"@skyra/env-utilities": "^1.2.1",
"colorette": "^2.0.20",
"discord.js": "^14.14.1",
"openai": "^4.20.1",
"replicate": "^0.22.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.11",
"@sapphire/cli": "^1.9.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.10.2",
"@types/ws": "^8.5.10",
"prettier": "^3.1.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.2"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"watch": "tsc -w",
"start": "bun run src/index.ts",
"dev": "bun run src/index.ts",
"watch:start": "tsc-watch --onSuccess \"npm run start\"",
"format": "prettier --write \"src/\""
},
"prettier": "@sapphire/prettier-config"
}