-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "@dailydotdev/pulumi-common",
"version": "2.3.0",
"main": "lib/src/index.js",
"scripts": {
"lint": "eslint . --ext .js,.ts --max-warnings 0",
"build": "tsc",
"dev": "tsc --watch",
"prebuild": "rm -rf lib",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dailydotdev/pulumi-common.git"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/dailydotdev/pulumi-common/issues"
},
"homepage": "https://github.com/dailydotdev/pulumi-common#readme",
"dependencies": {
"@google-cloud/pubsub": "^4.8.0",
"@pulumi/gcp": "^8.8.1",
"@pulumi/kubernetes": "^4.18.2",
"@pulumi/pulumi": "^3.138.0",
"knex": "^3.1.0",
"mysql": "^2.18.1",
"pg": "^8.13.1",
"yaml": "^2.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
}
}