{ "name": "nose-pluto", "private": true, "type": "module", "workspaces": [ "app" ], "scripts": { "dev": "bun run --cwd ./app dev", "start": "bun run --cwd ./app start", "build": "bun run --cwd ./app build" }, "dependencies": { "hono": "^4.9.7" }, "devDependencies": { "@types/bun": "latest" }, "alias": { "@utils": "./app/src/utils.tsx", "@config": "./app/src/config.ts", "@/*": "./app/src/*" } }