forked from lukemundy/pgweb-pulumi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 891 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
{
"name": "pgweb-pulumi",
"version": "1.0.0",
"description": "An AWS deployment of pgweb via Pulumi",
"author": "Luke Mundy <[email protected]>",
"license": "ISC",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/eslint": "^7.2.8",
"@types/node": "^14.0.0",
"@types/prettier": "^2.2.3",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
},
"dependencies": {
"@pulumi/aws": "^3.36.0",
"@pulumi/okta": "^3.0.0",
"@pulumi/pulumi": "^2.24.1",
"@pulumi/random": "^3.1.1"
}
}