forked from Azure/azure-iot-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 798 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
{
"name": "azure-iot-provisioning-service-samples",
"version": "0.0.1",
"description": "Azure IoT SDK - Provisioning Service Client samples",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"@azure/identity": "^2.0.0",
"azure-iot-provisioning-service": "1.10.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"jshint": "^2.13.4"
},
"engines": {
"node": ">= 14.0.0"
},
"scripts": {
"npmlockrefresh": "npm i --package-lock-only",
"lint": "jshint --show-non-errors ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-iot-sdk-node.git"
},
"bugs": {
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}