-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.12 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
37
38
39
40
41
42
43
44
{
"bin": {
"cfn-config": "bin/cfn-config.js"
},
"license": "BSD-2-Clause",
"name": "@mapbox/cfn-config",
"repository": {
"url": "https://github.com/mapbox/cfn-config.git",
"type": "git"
},
"author": "Mapbox",
"version": "3.3.1",
"dependencies": {
"aws-sdk": "^2.720.0",
"cfn-stack-event-stream": "^1.0.1",
"colors": "1.4.0",
"cuid": "^2.1.1",
"d3-queue": "^3.0.2",
"diff": "^5.2.0",
"easy-table": "^1.0.0",
"fasterror": "^1.0.0",
"inquirer": "^8.2.0",
"json-diff": "^0.7.1",
"json-stable-stringify": "1.0.1",
"meow": "^7.1.1",
"s3urls": "^1.5.2"
},
"scripts": {
"test": "nyc tape test/*.test.js",
"pretest": "eslint index.js bin lib test/*.js",
"coverage": "nyc --reporter html tape test/*.test.js && opener coverage/index.html"
},
"devDependencies": {
"@mapbox/mock-aws-sdk-js": "^1.0.0",
"eslint": "^5.15.1",
"nyc": "^15.0.0",
"opener": "^1.4.1",
"pinkie-promise": "^2.0.1",
"sinon": "^6.1.4",
"tape": "^5.4.0"
},
"main": "index.js",
"description": "Quickly configure and start AWS CloudFormation stacks"
}