-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@promster/apollo",
"version": "14.0.0",
"description": "Apollo server integrations of promster",
"main": "dist/promster-apollo.cjs.js",
"typings": "dist/promster-apollo.cjs.d.ts",
"types": "dist/promster-apollo.cjs.d.ts",
"files": [
"readme.md",
"package.json",
"LICENSE",
"dist/**",
"modules/**"
],
"engines": {
"node": ">=20",
"npm": ">=8"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/tdeekens/promster.git",
"directory": "packages/apollo"
},
"author": "Tobias Deekens <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeekens/promster/issues"
},
"homepage": "https://github.com/tdeekens/promster#readme",
"keywords": [
"metrics",
"continousdelivery",
"prometheus"
],
"dependencies": {
"@apollo/server": "4.10.5",
"@promster/metrics": "workspace:*",
"@promster/types": "workspace:*",
"merge-options": "3.0.4",
"tslib": "2.6.3"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/utils": "10.7.2",
"@promster/server": "workspace:*",
"@apollo/server": "4.0.0",
"graphql": "16.10.0",
"parse-prometheus-text-format": "1.1.1"
}
}