-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "@metrics/process",
"version": "2.2.2",
"description": "Module for collecting different process and system metrics and providing them as a metric stream",
"main": "lib/process.js",
"files": [
"lib"
],
"scripts": {
"test": "tap test/*.js --expose-gc --reporter tap",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metrics-js/process.git"
},
"author": "Trygve Lie",
"license": "MIT",
"bugs": {
"url": "https://github.com/metrics-js/process/issues"
},
"homepage": "https://github.com/metrics-js/process#readme",
"keywords": [
"server-statistics",
"server-stats",
"statistics",
"metrics",
"monitoring",
"process"
],
"dependencies": {
"@metrics/metric": "2.3.4",
"deferred-interval": "2.0.0",
"readable-stream": "3.6.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.5",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"globals": "15.9.0",
"prettier": "3.4.2",
"semantic-release": "24.2.1",
"tap": "14.11.0"
}
}