34 lines
883 B
JSON
34 lines
883 B
JSON
{
|
|
"name": "mtproto_exporter",
|
|
"type": "module",
|
|
"version": "1.5.1",
|
|
"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.27.6",
|
|
"@mtcute/node": "^0.27.6",
|
|
"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"
|
|
]
|
|
}
|
|
}
|