{ "name": "typhon", "version": "0.1.0", "private": true, "description": "AC Infinity climate ingestion exporter for Prometheus", "engines": { "node": ">=22.0.0" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "lint": "tsc -p tsconfig.json --noEmit", "test": "jest --runInBand", "test:ci": "mkdir -p build && jest --ci --runInBand --coverage --coverageReporters=text-summary --coverageReporters=cobertura --coverageReporters=json-summary" }, "dependencies": { "prom-client": "^15.1.3", "undici": "^7.16.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.3", "jest": "^29.7.0", "jest-junit": "^16.0.0", "ts-jest": "^29.2.5", "tsx": "^4.19.3", "typescript": "^5.8.3" } }