This commit is contained in:
Juergen Kunz
2025-07-18 10:43:39 +00:00
parent bf98296772
commit 596efa3f06
23 changed files with 93 additions and 102 deletions

View File

@@ -3,8 +3,10 @@
"version": "2.0.0",
"private": false,
"description": "A full-featured TypeScript/JavaScript client for the bunq API",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"exports": {
".": "./dist_ts/index.js"
},
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
@@ -22,6 +24,7 @@
"dependencies": {
"@push.rocks/smartcrypto": "^2.0.4",
"@push.rocks/smartfile": "^11.2.5",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrequest": "^2.0.21",
"@push.rocks/smarttime": "^4.0.54"