{ "name": "bun-react-tweetdeck", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "bun --hot src/index.ts", "build": "bun build ./src/index.html --outdir=dist --sourcemap --target=browser --minify --define:process.env.NODE_ENV='\"production\"' --env='BUN_PUBLIC_*'", "start": "NODE_ENV=production bun src/index.ts" }, "dependencies": { "bun_python": "^0.1.10", "lucide-react": "latest", "node-html-parser": "^7.0.1", "react": "^19", "react-dom": "^19", "@sortug/lib": "workspce:*", "@sortug/prosody-ui": "workspce:*", "@sortug/ai": "workspce:*" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "@types/bun": "latest" } }