{ "name": "velost-db1", "version": "1.0.0", "description": "Fast Auth API with SQLite Worker Thread", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "fastify": "*", "@fastify/cors": "*", "@fastify/multipart": "*", "@fastify/static": "*", "better-sqlite3": "*", "uuid": "*", "sharp": "*" } }