{ "name": "velost-db1", "version": "14.0.0", "description": "Velost Auth API with SQLite, Redis Buffer, and Multi-Core Cluster Support", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node --expose-gc index.js", "cluster": "node --expose-gc index.js" }, "dependencies": { "@fastify/cors": "*", "@fastify/multipart": "*", "@fastify/static": "*", "axios": "*", "better-sqlite3": "*", "fastify": "*", "uuid": "*" }, "optionalDependencies": { "ioredis": "*", "sharp": "*" }, "engines": { "node": "*" }, "keywords": [ "auth", "api", "sqlite", "redis", "cluster", "fastify", "multi-core" ], "author": "Velost" }