23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"name": "rsocials-api",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"typecheck": "bun run tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.7.0",
|
|
"js-yaml": "^4.1.0",
|
|
"nanoid": "^5.1.0",
|
|
"siwe": "^3.0.0",
|
|
"viem": "^2.46.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.9",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|