Spaces:
Sleeping
Sleeping
File size: 370 Bytes
36fc291 3e3f963 36fc291 3e3f963 36fc291 3e3f963 36fc291 94e781c 3e3f963 36fc291 3e3f963 36fc291 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"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": "*"
}
} |