{ "name": "ts-example", "version": "1.0.0", "private": true, "description": "", "main": "dist/index.js", "scripts": { "build": "sern build", "start": "bun run --inspect .", "install": "sern build", "commands:publish": "sern commands publish", "dev": "sern build -w --watch-command \"bun start\"", "db:mongo": "bun run src/utils/db/migrateMongo.ts" }, "keywords": [ "typescript", "sern", "discord.js" ], "dependencies": { "@napi-rs/canvas": "^0.1.72", "@prisma/client": "^6.10.1", "@sern/handler": "^4.2.4", "@sern/publisher": "1.1.2", "discord.js": "^14.21.0", "dotenv": "^16.3.1", "execa": "^9.6.0", "mongodb": "^6.17.0", "node-html-parser": "^7.0.1", "openai": "^5.10.2", "rockpaperscissors-checker": "^1.2.0", "sharp": "^0.34.2" }, "devDependencies": { "@sern/cli": "^1.4.0", "@types/bun": "^1.2.18", "@types/mongodb": "^4.0.7", "@types/node": "^17.0.25", "prisma": "^6.10.1", "typescript": "^5.0" }, "type": "module" }