-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 959 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
{
"name": "terraform-tool",
"version": "1.0.4",
"description": "NPM package to provision cloud infrastructure as code (IaC) using terraform",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && node dist/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhammad-usman-108/terraform-tool.git"
},
"keywords": [
"terraform",
"terraform-tool",
"terraform-aws",
"terraform-azure",
"terraform-google",
"terraform-cloud",
"infrastructure-as-code"
],
"author": "muhammad-usman-108",
"license": "MIT",
"bugs": {
"url": "https://github.com/muhammad-usman-108/terraform-tool/issues"
},
"homepage": "https://github.com/muhammad-usman-108/terraform-tool#readme",
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}