-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "serverless-terraform-outputs-v2",
"version": "0.1.1",
"description": "Serverless plugin for resolving variables from Terraform outputs",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luis Toledo <ltamaster>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rundeck/serverless-terraform-outputs.git"
},
"keywords": [
"serverless",
"serverless applications",
"terraform"
],
"devDependencies": {
"@types/node": "^18.11.16",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"files": [
"dist/**/*",
"*.md"
],
"bugs": {
"url": "https://github.com/rundeck/serverless-terraform-outputs/issues"
},
"homepage": "https://github.com/rundeck/serverless-terraform-outputs#readme",
"dependencies": {
"arg": "^4.1.3",
"create-require": "^1.1.1",
"acorn": "^8.11.3",
"diff": "^4.0.2",
"acorn-walk": "^8.3.2",
"undici-types": "^5.26.5",
"make-error": "^1.3.5",
"v8-compile-cache-lib": "^3.0.1",
"yn": "^3.1.1"
}
}