{
  "name": "idpay-b2b-sdk",
  "version": "2.2.2",
  "main": "./index.js",
  "module": "./index.esm.js",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acesso-io/frontend.git",
    "directory": "libs/pay/sdk/idpay-b2b-sdk"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "correct-dts": "node correct-dts.js",
    "build-with-postbuild": "nx run idpay-b2b-sdk:build-with-postbuild"
  },
  "type": "module"
}
