Update package.json

#1
Files changed (1) hide show
  1. package.json +16 -5
package.json CHANGED
@@ -1,26 +1,37 @@
1
  {
2
  "name": "velost-db1",
3
- "version": "15.0.0",
4
- "description": "Velost Auth API with DuckDB and Worker Thread",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js",
8
- "dev": "node --expose-gc index.js"
 
9
  },
10
  "dependencies": {
11
  "@fastify/cors": "*",
12
  "@fastify/multipart": "*",
13
  "@fastify/static": "*",
 
 
14
  "fastify": "*",
15
- "duckdb": "*",
16
  "uuid": "*"
17
  },
18
  "optionalDependencies": {
 
19
  "sharp": "*"
20
  },
21
  "engines": {
22
  "node": "*"
23
  },
24
- "keywords": ["auth", "api", "duckdb", "fastify"],
 
 
 
 
 
 
 
 
25
  "author": "Velost"
26
  }
 
1
  {
2
  "name": "velost-db1",
3
+ "version": "14.0.0",
4
+ "description": "Velost Auth API with SQLite, Redis Buffer, and Multi-Core Cluster Support",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js",
8
+ "dev": "node --expose-gc index.js",
9
+ "cluster": "node --expose-gc index.js"
10
  },
11
  "dependencies": {
12
  "@fastify/cors": "*",
13
  "@fastify/multipart": "*",
14
  "@fastify/static": "*",
15
+ "axios": "*",
16
+ "better-sqlite3": "*",
17
  "fastify": "*",
 
18
  "uuid": "*"
19
  },
20
  "optionalDependencies": {
21
+ "ioredis": "*",
22
  "sharp": "*"
23
  },
24
  "engines": {
25
  "node": "*"
26
  },
27
+ "keywords": [
28
+ "auth",
29
+ "api",
30
+ "sqlite",
31
+ "redis",
32
+ "cluster",
33
+ "fastify",
34
+ "multi-core"
35
+ ],
36
  "author": "Velost"
37
  }