{ "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.0.2", "@sapphire/framework": "^4.6.0", "@sapphire/plugin-logger": "^3.0.6", "@sapphire/utilities": "^3.13.0", "@skyra/env-utilities": "^1.2.1", "colorette": "^2.0.20", "discord.js": "^14.13.0", "openai": "^4.5.0" }, "devDependencies": { "@flydotio/dockerfile": "^0.4.10", "@sapphire/cli": "^1.6.1", "@sapphire/prettier-config": "^2.0.0", "@sapphire/ts-config": "^5.0.0", "@types/node": "^20.5.9", "@types/ws": "^8.5.5", "prettier": "^3.0.3", "tsc-watch": "^6.0.4", "typescript": "^5.2.2" }, "scripts": { "sapphire": "sapphire", "generate": "sapphire generate", "build": "tsc", "watch": "tsc -w", "start": "node dist/index.js", "dev": "npm run build && npm run start", "watch:start": "tsc-watch --onSuccess \"npm run start\"", "format": "prettier --write \"src/\"" }, "prettier": "@sapphire/prettier-config" }