-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 872 Bytes
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
{
"name": "couchbase-exporter",
"version": "2.1.1",
"description": "Couchbase prometheus exporter",
"main": "index.js",
"scripts": {
"lint": "lintit",
"check": "check-pkg",
"pretest": "lintit && check=pkg",
"test": "tap -j4 test --cov -Rclassic",
"posttest": "tap --coverage-report=text-summary && tap --coverage-report=html"
},
"keywords": [
"couchbase",
"prometheus",
"exporter"
],
"author": "Evan Lucas <evanlucas@me.com>",
"license": "MIT",
"dependencies": {
"help": "^3.0.2",
"kittie": "^4.1.1",
"nopt": "^4.0.1",
"prom-client": "^11.0.0",
"request": "^2.86.0"
},
"repository": {
"url": "https://github.com/helpdotcom/couchbase-exporter",
"type": "git"
},
"devDependencies": {
"check-pkg": "^2.0.3",
"lintit": "^6.0.1",
"nock": "^9.2.6",
"tap": "^11.1.5"
}
}