-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.81 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.81 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@studion/infra-code-blocks",
"version": "2.0.0-alpha.4",
"description": "Studion common infra components",
"keywords": [
"infrastructure",
"Pulumi",
"components",
"Studion"
],
"homepage": "https://github.com/ExtensionEngine/infra-code-blocks#readme",
"bugs": {
"url": "https://github.com/ExtensionEngine/infra-code-blocks/issues"
},
"repository": "git+https://github.com/ExtensionEngine/infra-code-blocks.git",
"license": "MIT",
"author": {
"name": "Studion",
"email": "info@gostudion.com",
"url": "https://www.gostudion.com"
},
"main": "dist/index.js",
"files": [
"dist",
"!dist/*.tsbuildinfo"
],
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc -b src",
"format": "prettier -w .",
"release": "release-it --only-version",
"test": "tsx --tsconfig tests/tsconfig.json tests/run.ts",
"test:build": "npm run build && tstyche build",
"prepare": "husky"
},
"prettier": "@studion/prettier-config",
"dependencies": {
"@pulumi/aws": "^7.15.0",
"@pulumi/aws-native": "^1.38.0",
"@pulumi/awsx": "^3.1.0",
"@pulumi/pulumi": "^3.146.0",
"@pulumi/random": "^4.17.0",
"@pulumiverse/grafana": "^0.16.3",
"@upstash/pulumi": "^0.5.0",
"yaml": "^2.7.1"
},
"devDependencies": {
"@aws-sdk/client-acm": "^3.973.5",
"@aws-sdk/client-application-auto-scaling": "^3.973.5",
"@aws-sdk/client-cloudfront": "^3.973.5",
"@aws-sdk/client-cloudwatch-logs": "^3.973.5",
"@aws-sdk/client-ec2": "^3.973.5",
"@aws-sdk/client-ecs": "^3.973.5",
"@aws-sdk/client-efs": "^3.973.5",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.764.5",
"@aws-sdk/client-elasticache": "^3.901.5",
"@aws-sdk/client-iam": "^3.973.5",
"@aws-sdk/client-kms": "^3.973.5",
"@aws-sdk/client-rds": "^3.973.5",
"@aws-sdk/client-route-53": "^3.973.5",
"@aws-sdk/client-s3": "^3.982.0",
"@aws-sdk/client-secrets-manager": "^3.973.5",
"@aws-sdk/client-servicediscovery": "^3.973.5",
"@aws-sdk/client-ssm": "^3.986.0",
"@aws-sdk/client-xray": "^3.989.0",
"@studion/prettier-config": "^0.1.0",
"@types/node": "^22",
"exponential-backoff": "^3.1.2",
"http-status": "^2.1.0",
"husky": "^9.1.7",
"ioredis": "^5.8.1",
"lint-staged": "^16.1.2",
"mime": "^4.1.0",
"nanospinner": "^1.2.2",
"pathe": "^2.0.3",
"prettier": "^3.4.2",
"release-it": "^19.2.4",
"tstyche": "^4.0.0-beta.9",
"tsx": "^4.21.0",
"typescript": "^5.7.3",
"undici": "^6.21.2"
},
"overrides": {
"@pulumi/pulumi": {
"glob": "10.5.0",
"minimatch": "10.2.4",
"tar": "7.5.9"
},
"@aws-sdk/core": {
"fast-xml-parser": "5.3.6"
},
"get-uri": {
"basic-ftp": "5.2.0"
}
},
"publishConfig": {
"access": "public"
}
}