-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1000 Bytes
/
package.json
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
{
"name": "dlaas",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelTaylor3D/Datalayer-Storage.git"
},
"bugs": {
"url": "https://github.com/MichaelTaylor3D/Datalayer-Storage/issues"
},
"homepage": "https://github.com/MichaelTaylor3D/Datalayer-Storage#readme",
"description": "",
"devDependencies": {
"chai": "^4.3.7",
"jest": "^29.5.0",
"sinon": "^15.0.4"
},
"dependencies": {
"@aws-sdk/client-apigatewaymanagementapi": "^3.326.0",
"@aws-sdk/client-s3": "^3.328.0",
"@aws-sdk/client-ses": "^3.328.0",
"@aws-sdk/client-sqs": "^3.278.0",
"dotenv": "^16.0.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"node-fetch": "^3.3.0",
"request": "^2.88.2",
"sqs-consumer": "^7.0.1",
"superagent": "^8.0.9",
"uuid": "^8.0.0",
"ws": "^8.12.1"
}
}