-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 911 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": "@nrfcloud/aws-cf-stack-output",
"version": "0.0.0-development",
"description": "Echos the value of an AWS CloudFormation stack output",
"repository": {
"type": "git",
"url": "git+https://github.com/nrfcloud/aws-cf-stack-output.git"
},
"keywords": [
"nRFCloud",
"IoT",
"NordicSemiconductor"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/nrfcloud/aws-cf-stack-output/issues"
},
"homepage": "https://github.com/nrfcloud/aws-cf-stack-output#readme",
"dependencies": {
"aws-sdk": "^2.476.0"
},
"devDependencies": {},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"release": {
"branch": "saga"
}
}