{ "name": "chibika", "version": "1.0.0", "description": "A bot that shares ASCII art.", "main": "index.js", "type": "module", "scripts": { "lint": "eslint ./src --max-warnings 0", "build": "tsc", "start": "op run --env-file=./prod.env -- node ./prod/index.js", "test": "vitest run" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.13.1", "devDependencies": { "@nhcarrigan/eslint-config": "5.2.0", "@nhcarrigan/typescript-config": "4.0.0", "eslint": "9.31.0", "typescript": "5.8.3", "vitest": "3.2.4" }, "dependencies": { "@nhcarrigan/logger": "1.0.0", "discord.js": "14.21.0", "fastify": "5.4.0" } }