{ "name": "bun-app", "version": "1.0.0", "scripts": { "build": "echo 'Bun build OK'", "start": "bun src/index.ts" }, "dependencies": {} }