Files
bunq/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2019-09-26 12:07:56 +02:00
{
2025-07-18 10:31:12 +00:00
"name": "@apiclient.xyz/bunq",
"version": "4.4.0",
2019-09-26 12:07:56 +02:00
"private": false,
2025-07-18 10:31:12 +00:00
"description": "A full-featured TypeScript/JavaScript client for the bunq API",
2025-07-18 10:43:39 +00:00
"type": "module",
"exports": {
".": "./dist_ts/index.js"
},
"author": "Task Venture Capital GmbH",
2019-09-26 12:07:56 +02:00
"license": "MIT",
"scripts": {
2025-07-29 12:33:51 +00:00
"test": "(tstest test/ --verbose --logfile --timeout 60)",
2025-07-18 10:31:12 +00:00
"build": "(tsbuild --web)"
2019-09-26 12:07:56 +02:00
},
"devDependencies": {
2025-07-18 10:31:12 +00:00
"@git.zone/tsbuild": "^2.6.4",
2025-07-18 10:34:33 +00:00
"@git.zone/tsrun": "^1.3.3",
2025-07-29 12:33:51 +00:00
"@git.zone/tstest": "^2.3.2",
2025-07-18 10:31:12 +00:00
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/tapbundle": "^6.0.3",
2025-07-29 12:33:51 +00:00
"@types/node": "^22"
2019-09-26 12:07:56 +02:00
},
2019-09-26 12:09:39 +02:00
"dependencies": {
2025-07-18 10:31:12 +00:00
"@push.rocks/smartcrypto": "^2.0.4",
"@push.rocks/smartfile": "^11.2.5",
2025-07-29 12:33:51 +00:00
"@push.rocks/smartpath": "^6.0.0",
2025-07-18 10:31:12 +00:00
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrequest": "^4.2.1",
2025-07-18 10:31:12 +00:00
"@push.rocks/smarttime": "^4.0.54"
2020-06-20 01:47:53 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2020-08-20 01:20:15 +00:00
],
"browserslist": [
"last 1 chrome versions"
2025-07-18 10:34:33 +00:00
],
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
2020-06-20 01:47:53 +00:00
}