-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 898 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
32
33
34
35
36
{
"name": "apollo-metrics",
"version": "0.0.0-develop",
"description": "",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"module": "lib/index.es.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"lint": "prettier -c src/**/*",
"test": "npm run lint",
"semantic-release": "semantic-release",
"prepublishOnly": "npm run build"
},
"author": "dotellie",
"license": "MIT",
"dependencies": {
"apollo-server-plugin-base": "^0.6.8",
"apollo-tracing": "^0.8.8"
},
"devDependencies": {
"prettier": "^1.19.1",
"prom-client": "^11.5.3",
"rollup": "^1.27.8",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^3.7.3",
"semantic-release": "^15.13.31"
},
"peerDependencies": {
"prom-client": "^11.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/dotellie/apollo-metrics.git"
}
}