Spaces:
Sleeping
Sleeping
File size: 735 Bytes
36fc291 fc1c307 36fc291 fc1c307 36fc291 fc1c307 36fc291 fc1c307 36fc291 fc1c307 36fc291 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"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"
} |