Some checks failed
Build & Release APK / build (push) Failing after 13s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "kin-server",
|
|
"version": "1.0.0",
|
|
"description": "Kin — personal relationships CRM: contacts, interactions, cadence over Postgres",
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"scripts": {
|
|
"dev": "bun --watch run src/index.ts",
|
|
"start": "bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.14",
|
|
"postgres": "^3.4.5"
|
|
}
|
|
}
|