{ "name": "portfolio", "version": "1.0.50", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.tsx" }, "dependencies": { "@elysiajs/html": "1.0.2", "@elysiajs/static": "1.0.3", "elysia": "^1.0.17" }, "devDependencies": { "bun-types": "latest" }, "module": "src/index.js" }