-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 1.03 KB
/
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
{
"name": "widdix",
"version": "0.4.1",
"description": "A CLI tool to manage Free Templates for AWS CloudFormation",
"author": "Michael Wittig <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-cloudformation": "3.507.0",
"@aws-sdk/client-ec2": "3.507.0",
"@aws-sdk/client-iam": "3.507.0",
"@aws-sdk/client-sts": "3.507.0",
"@aws-sdk/credential-providers": "3.507.0",
"@smithy/node-http-handler": "2.3.1",
"docopt": "0.6.2",
"md5": "2.3.0",
"p-limit": "5.0.0",
"hpagent": "1.2.0",
"request": "2.88.2",
"requestretry": "7.1.0",
"semver": "7.6.0",
"serialize-error": "11.0.3",
"simple-node-logger": "21.8.12",
"truncate-middle": "1.0.6"
},
"devDependencies": {
"eslint": "8.56.0",
"mocha": "10.2.0",
"nock": "13.5.1",
"stdio-mock": "1.2.0"
},
"scripts": {
"test": "eslint . && NODE_ENV=development AWS_ACCESS_KEY_ID=AKID AWS_SECRET_ACCESS_KEY=SECRET mocha -t 10000 test/*.js"
},
"bin": "index.js",
"type": "module"
}