{ "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.1.1", "@sapphire/discord.js-utilities": "^7.3.3", "cheerio": "^1.1.0", "chrome-lens-ocr": "^4.1.0", "common-tags": "^1.8.2", "deepl-node": "^1.18.0", "discord.js": "^14.20.0", "execa": "^9.6.0", "file-type": "^21.0.0", "fuse.js": "^7.1.0", "ky": "^1.8.1", "lru-cache": "^11.1.0", "nanoid": "^5.1.5", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "sharp": "^0.34.2", "ya-ocr": "^1.1.1", "zod": "^3.25.64" }, "devDependencies": { "@eslint/js": "^9.29.0", "@types/bun": "^1.2.16", "@types/common-tags": "^1.8.4", "eslint": "^9.29.0", "typescript-eslint": "^8.34.0" }, "peerDependencies": { "typescript": "^5.8.3" } }