Files
bunq/package.json
Juergen Kunz 193524f15c update
2025-07-18 10:31:12 +00:00

44 lines
1.0 KiB
JSON

{
"name": "@apiclient.xyz/bunq",
"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",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@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/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"
]
}