• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@unicode-org/st-prom-exporter",
3  "version": "1.0.0",
4  "description": "Reads Survey Tool status JSON and exports as Prometheus",
5  "main": "index.js",
6  "scripts": {
7    "test": "echo \"Error: no test specified\" && exit 1",
8    "start": "node index.js"
9  },
10  "keywords": [],
11  "author": "Steven R. Loomis <srl295@gmail.com>",
12  "license": "Unicode-DFS-2016",
13  "dependencies": {
14    "bent": "^7.3.10",
15    "express": "^4.17.1",
16    "prom-client": "^12.0.0"
17  },
18  "repository": {
19    "type": "git",
20    "url": "git+https://github.com/unicode-org/cldr.git"
21  }
22}
23