{"_id":"@cascaide-ts/server-hono","_rev":"2-30b9fb506cdafe3e993bc1598c6cc39f","name":"@cascaide-ts/server-hono","dist-tags":{"latest":"0.5.1"},"versions":{"0.5.0":{"name":"@cascaide-ts/server-hono","version":"0.5.0","_id":"@cascaide-ts/server-hono@0.5.0","maintainers":[{"name":"jishnukr1290","email":"krjishnukr@gmail.com"}],"dist":{"shasum":"178c8fbff61ee2162704430d1e4f20a36b918d4a","tarball":"https://registry.npmjs.org/@cascaide-ts/server-hono/-/server-hono-0.5.0.tgz","fileCount":7,"integrity":"sha512-TomI59yHz5jaI1GYskD6NeGoTMsuWt9zJh+wn3lIkUamy3aoEI+yrTmmqc7T2+jBdG9++LpEM2wvnOCK4/4+ug==","signatures":[{"sig":"MEQCIAQIvrQ3OycADaQ7i0VQ3kb96tPzYinICFwrdPS0taT0AiBppNskV25QIdYIbFh13RmepHkjMoc/K1Nl5D3vh+BxNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45003},"main":"./dist/index.cjs","type":"module","_from":"file:cascaide-ts-server-hono-0.5.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"dev":"tsup --watch","build":"tsup"},"_npmUser":{"name":"jishnukr1290","email":"krjishnukr@gmail.com"},"_resolved":"/tmp/ed426ac8c01f857b2c85fcfdb1255849/cascaide-ts-server-hono-0.5.0.tgz","_integrity":"sha512-TomI59yHz5jaI1GYskD6NeGoTMsuWt9zJh+wn3lIkUamy3aoEI+yrTmmqc7T2+jBdG9++LpEM2wvnOCK4/4+ug==","_npmVersion":"11.6.2","description":"Cascaide is a fullstack agent runtime and AI orchestration framework in typescript.","directories":{},"_nodeVersion":"24.12.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"hono":"^4.0.0","tsup":"^8.0.0","@cascaide-ts/core":"0.5.0"},"peerDependencies":{"hono":"^4.0.0","@cascaide-ts/core":"0.5.0"},"_npmOperationalInternal":{"tmp":"tmp/server-hono_0.5.0_1778887665289_0.7407351957443011","host":"s3://npm-registry-packages-npm-production"}},"0.5.1":{"name":"@cascaide-ts/server-hono","version":"0.5.1","license":"MIT","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"publishConfig":{"access":"public"},"peerDependencies":{"hono":"^4.0.0","@cascaide-ts/core":"0.5.1"},"devDependencies":{"hono":"^4.0.0","tsup":"^8.0.0","@cascaide-ts/core":"0.5.1"},"scripts":{"build":"tsup","dev":"tsup --watch"},"_id":"@cascaide-ts/server-hono@0.5.1","description":"Cascaide is a fullstack agent runtime and AI orchestration framework in typescript.","_integrity":"sha512-CEXff25lKtgiWWVMYUj9+GyIb6wC4Qk/wFVM3dUyzjOsHLhrNCZ2HyOFFjVmctO27miyGvg40MqRqB0kevVs4g==","_resolved":"/tmp/320fb51b58007fe6386141396105df0a/cascaide-ts-server-hono-0.5.1.tgz","_from":"file:cascaide-ts-server-hono-0.5.1.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-CEXff25lKtgiWWVMYUj9+GyIb6wC4Qk/wFVM3dUyzjOsHLhrNCZ2HyOFFjVmctO27miyGvg40MqRqB0kevVs4g==","shasum":"3aaadf2f93eb7e2b3bf3bb492835634d0dfbf4ab","tarball":"https://registry.npmjs.org/@cascaide-ts/server-hono/-/server-hono-0.5.1.tgz","fileCount":7,"unpackedSize":45055,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAhYD8EaHhNau6nbvq29Gw4ITpwq6kznaSokEINphYqfAiEA1x0g/U/XMs3BRu8GvnIIs/oUCqRSIJlj8S/TJ4Rp+os="}]},"_npmUser":{"name":"jishnukr1290","email":"krjishnukr@gmail.com"},"directories":{},"maintainers":[{"name":"jishnukr1290","email":"krjishnukr@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/server-hono_0.5.1_1778892838059_0.017533226537285396"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-15T23:27:45.167Z","modified":"2026-05-16T00:53:58.360Z","0.5.0":"2026-05-15T23:27:45.444Z","0.5.1":"2026-05-16T00:53:58.236Z"},"description":"Cascaide is a fullstack agent runtime and AI orchestration framework in typescript.","maintainers":[{"name":"jishnukr1290","email":"krjishnukr@gmail.com"}],"readme":"# @cascaide-ts/server-hono\n\nCascaide is a fullstack agent runtime and AI orchestration framework in typescript.\n\n`cascaide-ts/server-hono` provides the hono backend adapter for cascade executions. Used to create the action and persistence api routes.\n\n## Installation\n\n```bash\nnpm i @cascaide-ts/server-hono\n```\n\n## Example Use\n\n```ts \nimport { serverWorkflowConfig } from '@/graphs/server/config';\nimport { createWorkflowHandler} from '@cascaide-ts/server-hono';\n\nexport const POST =  createHonoWorkflowHandler(serverWorkflowConfig);\n```\n\n```ts\nimport { createPersistenceHandler } from '@cascaide-ts/server-hono';\nimport { PostgresPersistor } from '@cascaide-ts/postgres-js';\nimport { sql } from '@/lib/pglite';\n\nconst persistor = new PostgresPersistor(sql);\nexport const POST =createPersistenceHandler(persistor);\n\n```\n\n## Additional Resources\n\n[React + hono Quickstart](https://www.cascaide-ts.com/docs/QuickStart/hono)\n","readmeFilename":"README.md","license":"MIT"}