-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 980 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 980 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
38
39
{
"name": "@adobe/cgroup-metrics",
"version": "3.0.6",
"description": "Node Module to read cgroup memory data",
"main": "index.js",
"scripts": {
"test": "nyc -r=text -r=lcov mocha --recursive",
"posttest": "eslint .",
"semantic-release": "semantic-release",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/node-cgroup-metrics"
},
"keywords": [
"node",
"cgroup",
"metrics",
"docker"
],
"author": "Adobe Inc.",
"license": "MIT",
"dependencies": {
"flat": "^5.0.2"
},
"devDependencies": {
"@semantic-release/git": "9.0.0",
"codecov": "^3.8.1",
"conventional-changelog-eslint": "3.0.9",
"eslint": "^7.22.0",
"eslint-config-problems": "^5.0.0",
"eslint-plugin-mocha": "^8.1.0",
"mocha": "^8.3.2",
"mock-fs": "^4.13.0",
"nyc": "^15.1.0",
"semantic-release": "19.0.3"
}
}