{ "name": "mtproto_exporter", "type": "module", "version": "1.0.0", "packageManager": "pnpm@10.6.5", "license": "MIT", "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", "start": "dotenv tsx ./src/main.ts --", "build": "tsc" }, "dependencies": { "@mtcute/dispatcher": "^0.22.2", "@mtcute/node": "^0.22.3", "command-line-args": "^6.0.1", "dotenv-cli": "^8.0.0", "js-yaml": "^4.1.0", "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" }, "pnpm": { "onlyBuiltDependencies": [ "better-sqlite3" ] } }