This commit is contained in:
2025-05-03 19:55:15 +05:00
parent a1abce429d
commit 1e7b088d30
7 changed files with 347 additions and 13 deletions
+8 -5
View File
@@ -1,15 +1,18 @@
{
"name": "node-exchange-rates",
"version": "1.0.50",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
"dev": "bun --watch ./src",
"build": "bun bun.build.ts",
"start": "bun ./dist/index.js"
},
"dependencies": {
"elysia": "latest"
"fast-xml-parser": "^5.2.0",
"got": "^14.4.7",
"telegraf": "^4.16.3"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}
}