forked from antonbabenko/modules.tf-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "modules.tf-lambda",
"version": "2.0.0",
"description": "From visual diagrams created with Cloudcraft to infrastructure as code using Terraform and Terragrunt",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall || true",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"Infrastructure as code",
"Terraform",
"Terragrunt",
"terraform-aws-modules",
"AWS"
],
"author": "Anton Babenko <[email protected]>",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"opencollective-postinstall": "^2.0.2",
"serverless": "1.65.0",
"serverless-plugin-thundra": "^2.4.2",
"serverless-plugin-tracing": "^2.0.0",
"serverless-python-requirements": "^5.1.0",
"minimist": ">=1.2.3",
"snyk": "^1.319.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/modulestf"
},
"snyk": true
}