update
This commit is contained in:
31
package.json
31
package.json
@@ -1,32 +1,29 @@
|
||||
{
|
||||
"name": "@mojoio/bunq",
|
||||
"version": "1.0.22",
|
||||
"name": "@apiclient.xyz/bunq",
|
||||
"version": "2.0.0",
|
||||
"private": false,
|
||||
"description": "a bunq api abstraction package",
|
||||
"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)",
|
||||
"format": "(gitzone format)"
|
||||
"build": "(tsbuild --web)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.25",
|
||||
"@gitzone/tstest": "^1.0.44",
|
||||
"@pushrocks/qenv": "^4.0.10",
|
||||
"@pushrocks/tapbundle": "^3.2.9",
|
||||
"@types/node": "^14.6.0",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.15.0"
|
||||
"@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": {
|
||||
"@bunq-community/bunq-js-client": "^1.1.2",
|
||||
"@pushrocks/smartcrypto": "^1.0.9",
|
||||
"@pushrocks/smartfile": "^8.0.0",
|
||||
"@pushrocks/smartpromise": "^3.0.6",
|
||||
"json-store": "^1.0.0"
|
||||
"@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/**/*",
|
||||
|
Reference in New Issue
Block a user