{ "name": "artemis", "module": "index.ts", "type": "module", "main": "src/index.ts", "scripts": { "dev": "bun --watch src/index.ts", "start": "bun run src/index.ts", "sync": "bun run src/scripts/sync.ts", "sandbox": "bun run src/scripts/sandbox.ts", "deploy": "src/scripts/deploy.sh" }, "dependencies": { "@discordjs/core": "^2.0.1", "@sapphire/discord.js-utilities": "^7.3.2", "cheerio": "^1.0.0", "chrome-lens-ocr": "^4.0.4", "common-tags": "^1.8.2", "deepl-node": "^1.16.0", "discord.js": "^14.18.0", "execa": "^9.5.2", "file-type": "^20.1.0", "fuse.js": "^7.1.0", "ky": "^1.7.5", "lru-cache": "^11.0.2", "nanoid": "^5.0.9", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "sharp": "^0.33.5", "ya-ocr": "^1.1.0", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^9.20.0", "@types/bun": "latest", "@types/common-tags": "^1.8.4", "eslint": "^9.20.1", "typescript-eslint": "^8.24.0" }, "peerDependencies": { "typescript": "^5.7.3" } }