-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 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
{
"name": "aws-iot-provision",
"private": false,
"version": "0.5.0",
"description": "AWS Lambda function to provision a balena device to IoT Core",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-iot": "^3.47.0",
"balena-sdk": "^16.11.2"
},
"devDependencies": {
"node-lambda": "^1.0.0"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-examples/aws-iot-provision.git"
},
"keywords": [
"balena",
"balenaCloud",
"aws",
"iotcore",
"iot"
],
"author": "Ken Bannister <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-examples/aws-iot-provision/issues"
},
"homepage": "https://github.com/balena-io-examples/aws-iot-provision",
"versionist": {
"publishedAt": "2022-08-08T17:35:03.929Z"
}
}