{ "name": "__PROJECT_NAME__", "version": "0.0.1", "type": "module", "scripts": { "start": "bun run src/index.ts", "dev": "bun --watch run src/index.ts", "test": "bun test" }, "dependencies": { "@shade/sdk": "^0.1.0", "hono": "^4.12.0" } }