-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 943 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
33
34
35
{
"name": "action-terraform-get-output",
"version": "1.0.0",
"description": "GitHub action to get output from terraform state file",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ammarlakis/action-terraform-get-output.git"
},
"keywords": [
"terraform",
"action",
"github"
],
"author": "Ammar Lakis <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ammarlakis/action-terraform-get-output/issues"
},
"homepage": "https://github.com/ammarlakis/action-terraform-get-output#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@kubernetes/client-node": "^0.21.0",
"@types/aws-sdk": "^2.7.0",
"aws-sdk": "^2.1641.0",
"tmp": "^0.2.3"
},
"devDependencies": {
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
}
}