{ "name": "prometheus_policy_proxy", "type": "module", "version": "1.1.0", "packageManager": "pnpm@10.6.5", "license": "MIT", "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", "start": "dotenv tsx ./src/main.ts --", "build": "tsc" }, "dependencies": { "@tinyhttp/app": "^2.5.2", "command-line-args": "^6.0.1", "dotenv-cli": "^8.0.0", "js-yaml": "^4.1.0", "node-fetch": "^3.3.2", "prom-client": "^15.1.3" }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@types/command-line-args": "^5.2.3", "@types/js-yaml": "^4.0.9", "@types/node": "^22.14.0", "tsx": "^4.19.3", "typescript": "^5.8.3" } }