-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 961 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": "pulumi-vault-on-gke",
"private": false,
"main": "index.ts",
"description": "",
"version": "0.0.4",
"author": "Guilherme Pellizzetti <[email protected]>",
"license": "MIT",
"dependencies": {
"@pulumi/gcp": "^2.1.0",
"@pulumi/kubernetes": "^1.4.1",
"@pulumi/pulumi": "^1.8.1",
"@pulumi/random": "^1.4.0",
"@pulumi/tls": "^1.2.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/node": "^8.0.0",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
},
"resolutions": {
"**/**/minimist": "^1.2.3"
}
}