-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 913 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
37
38
{
"name": "nflx-spectator-nodejsmetrics",
"version": "2.0.2",
"author": "Matthew Johnson <[email protected]>",
"main": "src/index.js",
"homepage": "https://github.org/Netflix/spectator-js",
"repository": {
"type": "git",
"url": "ssh://[email protected]:Netflix/spectator-js.git"
},
"license": "Apache-2.0",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.2",
"nflx-spectator": "^2.0.0",
"node-gyp": "^10.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.13.1",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"mocha": "^8.0.1"
},
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"lint": "eslint src/*.js test/*.js"
},
"files": [
"src/*",
"internals/*",
"*.gyp"
],
"engines": {
"node": ">=10.0.0"
}
}