UNPKG

@ovh-ux/ng-ovh-payment-method

Version:
60 lines (59 loc) 1.83 kB
{ "name": "@ovh-ux/ng-ovh-payment-method", "version": "9.18.3", "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": "rollup -c --environment BUILD:development --watch", "lint": "manager-legacy-lint --kinds tsx,js,css,html,md --continue", "lint:fix": "manager-legacy-lint --kinds tsx,js,css,html,md --fix --continue", "prepare": "rollup -c --environment BUILD:production" }, "dependencies": { "@adyen/adyen-web": "5.61.0", "@ovh-ux/ovh-payment-method": "^0.7.3", "lodash-es": "^4.17.11", "validator": "^13.7.0" }, "devDependencies": { "@ovh-ux/component-rollup-config": "^13.2.0", "@ovh-ux/manager-static-analysis-legacy-kit": "^0.1.0" }, "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", "axios": "^1.1.2", "bootstrap4": "twbs/bootstrap#v4.6.2" } }