56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "@apiclient.xyz/bunq",
|
|
"version": "3.0.5",
|
|
"private": false,
|
|
"description": "A full-featured TypeScript/JavaScript client for the bunq API",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose --logfile)",
|
|
"test:basic": "(tstest test/test.ts --verbose)",
|
|
"test:payments": "(tstest test/test.payments.simple.ts --verbose)",
|
|
"test:webhooks": "(tstest test/test.webhooks.ts --verbose)",
|
|
"test:session": "(tstest test/test.session.ts --verbose)",
|
|
"test:errors": "(tstest test/test.errors.ts --verbose)",
|
|
"test:advanced": "(tstest test/test.advanced.ts --verbose)",
|
|
"test:oauth": "(tstest test/test.oauth.ts --verbose)",
|
|
"build": "(tsbuild --web)"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.6.4",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^2.3.1",
|
|
"@push.rocks/qenv": "^6.1.0",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^24.0.14"
|
|
},
|
|
"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"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
}
|