-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "datastreamer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --trace-warnings index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-kinesis": "^3.29.0",
"@aws-sdk/client-s3": "^3.159.0",
"@azure/event-hubs": "^5.6.0",
"@google-cloud/pubsub": "^2.17.0",
"aws-iot-device-sdk-v2": "^1.17.0",
"aws-sdk": "^2.983.0",
"commander": "^8.1.0",
"express": "^4.18.2",
"js-yaml": "^4.1.0",
"jsonschema": "^1.4.1",
"kafkajs": "^1.16.0",
"morgan": "^1.10.0",
"nocache": "^3.0.4",
"readline": "^1.3.0",
"swagger-ui-express": "^4.6.0",
"winston": "^3.8.2"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0"
}
}