| { |
| "name": "@unicode-org/st-prom-exporter", |
| "version": "1.0.0", |
| "description": "Reads Survey Tool status JSON and exports as Prometheus", |
| "main": "index.js", |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1", |
| "start": "node index.js" |
| }, |
| "keywords": [], |
| "author": "Steven R. Loomis <[email protected]>", |
| "license": "Unicode-3.0", |
| "dependencies": { |
| "bent": "^7.3.10", |
| "express": "^4.18.2", |
| "prom-client": "^12.0.0" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/unicode-org/cldr.git" |
| } |
| } |