Fastify API for storing third-party integration credentials (Newbook, Resos, Nextcloud, Azure, SambaPOS) with AES-256-GCM encryption for sensitive fields. Includes Newbook room sync endpoint and global_config store for shared app data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"name": "hnf-settings",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"@fastify/cors": "^9.0.1",
|
|
"fastify": "^4.28.1",
|
|
"pg": "^8.12.0"
|
|
}
|
|
}
|