forked from BeOpen-project/minio-sql-connector
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 725 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 725 Bytes
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": "sql",
"version": "1.0.0",
"description": "sql",
"main": "index.js",
"scripts": {
"test": "npm test",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "none"
},
"keywords": [
"sql"
],
"author": "gabriele percoco",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^3.13.0",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.3",
"jwa": "^2.0.1",
"minio": "^8.0.0",
"mongoose": "^8.3.4",
"nodemon": "^3.1.0",
"percocologger": "^1.0.7",
"pg": "^8.11.5"
},
"stashDependencies": {
"urlencode": "^2.0.0"
}
}