-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.58 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.58 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
{
"name": "@studion/infra-code-blocks",
"version": "2.0.0-alpha.5",
"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.21.0",
"@pulumi/aws-native": "^1.56.0",
"@pulumi/awsx": "^3.2.1",
"@pulumi/pulumi": "^3.225.0",
"@pulumi/random": "^4.19.1",
"@pulumiverse/grafana": "^2.21.0",
"@upstash/pulumi": "^0.5.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@aws-sdk/client-acm": "^3.1002.0",
"@aws-sdk/client-application-auto-scaling": "^3.1002.0",
"@aws-sdk/client-cloudfront": "^3.1002.0",
"@aws-sdk/client-cloudwatch-logs": "^3.1002.0",
"@aws-sdk/client-ec2": "^3.1002.0",
"@aws-sdk/client-ecs": "^3.1002.0",
"@aws-sdk/client-efs": "^3.1002.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.1002.0",
"@aws-sdk/client-elasticache": "^3.1002.0",
"@aws-sdk/client-iam": "^3.1002.0",
"@aws-sdk/client-kms": "^3.1002.0",
"@aws-sdk/client-rds": "^3.1002.0",
"@aws-sdk/client-route-53": "^3.1002.0",
"@aws-sdk/client-s3": "^3.1002.0",
"@aws-sdk/client-secrets-manager": "^3.1002.0",
"@aws-sdk/client-servicediscovery": "^3.1002.0",
"@aws-sdk/client-ssm": "^3.1002.0",
"@aws-sdk/client-xray": "^3.1002.0",
"@studion/prettier-config": "^0.1.0",
"@types/node": "^25",
"exponential-backoff": "^3.1.3",
"http-status": "^2.1.0",
"husky": "^9.1.7",
"ioredis": "^5.10.0",
"lint-staged": "^16.3.2",
"mime": "^4.1.0",
"nanospinner": "^1.2.2",
"pathe": "^2.0.3",
"prettier": "^3.8.1",
"release-it": "^19.2.4",
"tstyche": "^6.2.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"undici": "^7.22.0"
},
"publishConfig": {
"access": "public"
}
}