CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"name": "todo-api",
"version": "0.1.0",
"private": true,
"description": "Demo todo API — GlueCron seeded sample",
"main": "src/index.ts",
"scripts": {
"dev": "bun run src/index.ts",
"start": "bun run src/index.ts"
},
"dependencies": {
"hono": "^4.6.0"
},
"devDependencies": {
"typescript": "^5.4.0"
}
}
|