{
  "name": "postfinancecheckout",
  "title": "postfinancecheckout",
  "version": "5.5.0",
  "description": "TypeScript/JavaScript client for postfinancecheckout",
  "author": "wallee AG",
  "repository": {
    "type": "git",
    "url": "https://github.com/pfpayments/typescript-sdk.git"
  },
  "bugs": {
    "url": "http://github.com/pfpayments/typescript-sdk/issues"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "sideEffects": false,
  "files": ["dist/", "LICENSE", "README.MD"],
  "scripts": {
    "clean": "rm -Rf ./node_modules/ ./build ./test/*.d.ts ./test/*.js",
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build",
    "test": "rm -fr ./test/*.d.ts && mocha --require ts-node/register \"test/**/*.test.{ts, js}\"",
    "prepublishOnly": "npm run clean && npm install && npm run build"
  },
  "license": "",
  "keywords": [
    "postfinancecheckout",
    "Payment",
    "Payment Integration"
  ],
  "mocha": {
    "timeout": 30000
  },
  "devDependencies": {
    "@types/chai": "^4.2.1",
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.19.49",
    "chai": "^4.3.7",
    "mocha": "^10.7.3",
    "ts-node": "^10.9.2",
    "typescript": "^4.0 || ^5.0"
  },
  "dependencies": {
    "jsonwebtoken": "^9.0.2",
    "starkbank-ecdsa": "^1.1.5"
  }
}
