{
  "name": "@ovh-ux/ng-ovh-payment-method",
  "version": "9.16.6",
  "description": "Get payment methods from different OVHcloud APIs",
  "keywords": [
    "angularjs",
    "bank-account",
    "credit-card",
    "ovh",
    "ovhcloud",
    "payment-methods",
    "paypal"
  ],
  "homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-ovh-payment-method#readme",
  "bugs": {
    "url": "https://github.com/ovh/manager/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovh/manager.git",
    "directory": "packages/components/ng-ovh-payment-method"
  },
  "license": "BSD-3-Clause",
  "author": "OVH SAS",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "browser": "./dist/umd/ng-ovh-payment-method.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "dev": "rollup -c --environment BUILD:development",
    "dev:watch": "yarn run dev --watch",
    "prepare": "yarn run build",
    "start": "lerna exec --stream --scope='@ovh-ux/ng-ovh-payment-method' --include-dependencies -- yarn run build",
    "start:dev": "lerna exec --stream --scope='@ovh-ux/ng-ovh-payment-method' --include-dependencies -- yarn run dev",
    "start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ng-ovh-payment-method' --include-dependencies -- yarn run dev:watch"
  },
  "dependencies": {
    "@adyen/adyen-web": "5.61.0",
    "@ovh-ux/ovh-payment-method": "^0.5.1",
    "@ovh-ux/ovh-reket": "^2.1.7",
    "lodash-es": "^4.17.11",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@ovh-ux/component-rollup-config": "^13.0.2"
  },
  "peerDependencies": {
    "@ovh-ux/manager-core": "^12.0.0 || ^13.0.0",
    "@ovh-ux/ng-translate-async-loader": "^2.1.4",
    "@ovh-ux/ui-kit": "^6.10.0",
    "angular": "^1.5.0",
    "angular-translate": "^2.17.0",
    "bootstrap4": "twbs/bootstrap#v4.6.2"
  }
}
