-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 1.94 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@materya/pulumi",
"description": "Set of components and custom resources for pulumi TS SDK",
"version": "4.9.0",
"author": "Sylver <[email protected]>",
"email": "[email protected]",
"homepage": "https://github.com/materya/pulumi",
"url": "https://github.com/materya/pulumi",
"repository": {
"type": "git",
"url": "https://github.com/materya/pulumi.git"
},
"bugs": {
"url": "https://github.com/materya/pulumi/issues"
},
"license": "GPL-3.0",
"keywords": [
"typescript",
"library",
"node",
"typedoc",
"pulumi",
"aws",
"gcp",
"cert-manager",
"cloud",
"iac",
"k8s",
"kubernetes"
],
"main": "dist/index.js",
"types": "dist/@types/index.d.ts",
"scripts": {
"describe": "npm-scripts-info",
"build": "run-p build:*",
"build:lint": "npm run test:lint",
"build:all": "tsc -d",
"test": "run-s test:*",
"test:ts": "tsc -p tsconfig.json --noEmit",
"test:lint": "eslint 'src/**/*.ts'",
"!test:unit": "jest --no-cache",
"test:vulnerabilities": "snyk monitor",
"release": "standard-version"
},
"dependencies": {
"@materya/carbon": "1.9.2",
"@types/nunjucks": "3.1.4",
"minimatch": "3.0.5",
"nunjucks": "3.2.3",
"typescript": "4.8.4"
},
"peerDependencies": {
"@pulumi/aws": "^5.0.0",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/awsx": ">=0.40.0",
"@pulumi/eks": ">=0.37.0",
"@pulumi/gcp": "^4.0.0",
"@pulumi/kubernetes": "^3.0.0",
"@pulumi/postgresql": "^3.0.0",
"@pulumi/random": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"codecov": "3.8.1",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"eslint-config-materya": "9.0.2",
"eslint-plugin-jsdoc": "39.6.2",
"npm-run-all": "4.1.5",
"snyk": "1.1058.0",
"standard-version": "9.3.2",
"tsutils": "3.21.0",
"typedoc": "0.23.21"
}
}