forked from pulumiverse/infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 708 Bytes
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
{
"name": "@pulumiverse/infra",
"version": "1.0.0",
"license": "Apache-2.0",
"repository": "github:pulumiverse/infra",
"engines": {
"node": ">=18"
},
"main": "src/index.ts",
"scripts": {},
"prettier": "@simenandre/prettier",
"eslintConfig": {
"extends": "@bjerk/eslint-config"
},
"devDependencies": {
"@bjerk/eslint-config": "^6.0.0",
"@simenandre/prettier": "^5.0.0",
"@tsconfig/node16": "^16.0.0",
"@types/node": "^22.0.0",
"typescript": "^4.7.3"
},
"volta": {
"node": "22.23.1",
"npm": "11.18.0"
},
"dependencies": {
"@pulumi/github": "=6.14.1",
"@pulumi/pulumi": "=3.216.0",
"runtypes": "^6.5.1",
"yaml": "^2.1.1"
}
}