upd
This commit is contained in:
+8
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user