{ "name": "lstv2-ocme", "version": "1.0.0", "description": "", "private": true, "scripts": { "dev": "bun --watch index.ts", "build": "bun build ./index.ts" }, "devDependencies": { "typescript": "^5.7.3" } }