forked from antonbabenko/modules.tf-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 914 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
{
"name": "modules.tf-lambda",
"version": "2.0.0",
"description": "From visual diagrams created with Cloudcraft.co 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"
},
"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"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/modulestf"
}
}