Files
irth-new-client/package.json
T
2025-05-03 19:55:15 +05:00

18 lines
358 B
JSON

{
"name": "node-exchange-rates",
"version": "1.0.50",
"type": "module",
"scripts": {
"dev": "bun --watch ./src",
"build": "bun bun.build.ts",
"start": "bun ./dist/index.js"
},
"dependencies": {
"fast-xml-parser": "^5.2.0",
"got": "^14.4.7",
"telegraf": "^4.16.3"
},
"devDependencies": {
"bun-types": "latest"
}
}