-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
38
39
40
41
42
43
44
45
46
47
{
"name": "@rocketadmin/shared-code",
"version": "1.0.0",
"description": "shared code for rocketadmin backend and client applications (agent version, cli version)",
"type": "module",
"packageExtensions": {
"ibm_db": {
"dependencies": {
"node-gyp": "^11.5.0"
}
}
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.1011.0",
"@aws-sdk/lib-dynamodb": "^3.1011.0",
"@clickhouse/client": "^1.18.2",
"@elastic/elasticsearch": "8.18.1",
"@types/multer": "^2.1.0",
"axios": "^1.13.6",
"cassandra-driver": "^4.8.0",
"csv": "^6.5.0",
"get-port": "^7.1.0",
"jsonwebtoken": "^9.0.3",
"knex": "^3.1.0",
"lru-cache": "^11.2.7",
"mongodb": "^7.1.0",
"mysql2": "^3.20.0",
"nanoid": "^5.1.7",
"oracledb": "^6.10.0",
"p-queue": "^9.1.0",
"pg": "^8.20.0",
"pg-copy-streams": "^7.0.0",
"pg-query-stream": "^4.14.0",
"redis": "^5.11.0",
"ssh2": "^1.17.0",
"tedious": "^19.2.1",
"tunnel-ssh": "5.2.0"
},
"optionalDependencies": {
"ibm_db": "3.3.5"
},
"devDependencies": {
"@types/oracledb": "^6.10.2",
"@types/pg-copy-streams": "^1.2.5",
"typescript": "^5.9.3"
}
}