Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history

package.json

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

package.jsonBlame17 lines · 1 contributor
1deedc2Demo1{
2 "name": "todo-api",
3 "version": "0.1.0",
4 "private": true,
5 "description": "Demo todo API — GlueCron seeded sample",
6 "main": "src/index.ts",
7 "scripts": {
8 "dev": "bun run src/index.ts",
9 "start": "bun run src/index.ts"
10 },
11 "dependencies": {
12 "hono": "^4.6.0"
13 },
14 "devDependencies": {
15 "typescript": "^5.4.0"
16 }
17}