UNPKG

940 BJSONView Raw
1{
2 "name": "@mapbox/magic-cfn-resources",
3 "version": "3.0.0",
4 "description": "Build Lambda-backed custom CloudFormation resources",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "docs": "documentation -f html index.js -o docs --lint",
11 "pretest": "eslint --no-eslintrc -c .eslintrc test lib",
12 "test": "tape test/*.test.js"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/mapbox/magic-cfn-resources.git"
17 },
18 "author": "Mapbox",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/mapbox/magic-cfn-resources/issues"
22 },
23 "homepage": "https://github.com/mapbox/magic-cfn-resources#readme",
24 "devDependencies": {
25 "@mapbox/mock-aws-sdk-js": "^1.0.0",
26 "documentation": "^14.0.1",
27 "eslint": "^5.3.0",
28 "sinon": "^6.1.5",
29 "tape": "^4.9.1"
30 },
31 "dependencies": {
32 "@mapbox/cloudfriend": "^2.0.1",
33 "aws-sdk": "^2.293.0"
34 }
35}