{ "name": "api", "version": "1.0.0", "exports": "./index", "type": "module", "scripts": { "build": "rm -rf dist && bun build ./src/index.ts --outdir=dist --target=bun --sourcemap", "start": "bun dist/index.js", "dev": "bun run build && bun run start" }, "dependencies": { "@types/express": "^4.17.21", "@types/ws": "^8.5.12", "automod": "^0.1.0", "dotenv": "^16.4.5", "express": "^4.19.2", "log75": "^3.0.1", "mongodb": "^6.8.0", "redis": "^4.7.0", "ulid": "^2.3.0", "ws": "^8.18.0" }, "devDependencies": { "@types/bun": "^1.1.6", "bun-types": "latest" }, "module": "index.ts", "peerDependencies": { "typescript": "^4.9.5" } }