{ "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.3", "@sapphire/discord.js-utilities": "7.1.3", "@sapphire/framework": "^5.0.4", "@sapphire/plugin-logger": "^4.0.1", "@sapphire/utilities": "^3.14.0", "@skyra/env-utilities": "^1.2.2", "colorette": "^2.0.20", "discord.js": "^14.14.1", "openai": "^4.20.1", "replicate": "^0.25.0" }, "devDependencies": { "@flydotio/dockerfile": "^0.4.11", "@sapphire/cli": "^1.9.1", "@sapphire/prettier-config": "^2.0.0", "@sapphire/ts-config": "^5.0.0", "@types/node": "^20.10.4", "@types/ws": "^8.5.10", "prettier": "^3.1.1", "tsc-watch": "^6.0.4", "typescript": "^5.3.3" }, "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" }