-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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.5.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.9.0",
"@pulumi/gcp": "^8.13.1",
"@pulumi/kubernetes": "^4.20.0",
"@pulumi/pulumi": "^3.145.0",
"knex": "^3.1.0",
"mysql": "^2.18.1",
"pg": "^8.13.1",
"yaml": "^2.7.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
}
}