-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "@govuk-pay/pay-js-metrics",
"version": "1.0.11",
"description": "GOV.UK Pay Express middleware for Prometheus metrics instrumentation",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc",
"test": "prettier --check . && jest",
"format": "prettier --write .",
"demo": "ts-node demo/demo.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphagov/pay-js-metrics.git"
},
"author": "GOV.UK Pay",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphagov/pay-js-metrics/issues"
},
"homepage": "https://github.com/alphagov/pay-js-metrics#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@tsconfig/node18-strictest": "^1.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/node": "^20.2.3",
"concurrently": "^8.2.0",
"express": "^4.18.2",
"jest": "^29.6.1",
"prettier": "2.8.8",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"on-finished": "^2.4.1",
"prom-client": "^14.2.0"
}
}