forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 949 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
{
"name": "@azure-samples/eventhubs-checkpointstore-blob-js",
"private": true,
"version": "1.0.0",
"description": "Azure Event Hubs - Checkpoint Store client library samples for JavaScript",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-sdk-for-js.git",
"directory": "sdk/eventhub/eventhubs-checkpointstore-blob"
},
"keywords": [
"azure",
"cloud",
"event hubs",
"events"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/eventhubs-checkpointstore-blob",
"dependencies": {
"@azure/eventhubs-checkpointstore-blob": "latest",
"dotenv": "latest",
"@azure/storage-blob": "^12.9.0",
"@azure/identity": "^4.3.0",
"@azure/event-hubs": "^5.12.0"
}
}