-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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/metric",
"version": "2.3.3",
"description": "The metric class definition which metric objects in the @metrics library is instansiated from",
"main": "lib/metric.js",
"types": "metric.d.ts",
"files": [
"lib",
"metric.d.ts"
],
"scripts": {
"bench": "node benchmark/benchmark.js",
"test": "tap test/*.js --disable-coverage --allow-empty-coverage",
"test:coverage": "tap test/*.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metrics-js/metric.git"
},
"author": "Trygve Lie",
"license": "MIT",
"bugs": {
"url": "https://github.com/metrics-js/metric/issues"
},
"homepage": "https://github.com/metrics-js/metric#readme",
"keywords": [
"server-statistics",
"server-stats",
"statistics",
"metrics",
"monitoring"
],
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@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.1",
"benchmark": "2.1.4",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"lolex": "6.0.0",
"globals": "15.9.0",
"prettier": "3.4.1",
"semantic-release": "24.1.2",
"tap": "18.8.0"
}
}