33 lines
735 B
JSON
33 lines
735 B
JSON
{
|
|
"name": "hono-sync-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/app.ts",
|
|
"dev": "tsx watch src/app.ts",
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bitauth/libauth": "^3.0.0",
|
|
"@hono/node-server": "^2.0.4",
|
|
"better-sqlite3": "^12.10.0",
|
|
"debug": "^4.4.3",
|
|
"hono": "^4.12.24",
|
|
"msgpackr": "^2.0.2",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/debug": "^4.1.13",
|
|
"@types/node": "^25.9.2",
|
|
"tsx": "^4.22.4",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|