@mirahi/vendure-adyen-dropin-plugin
Version:
A Vendure plugin to integrate the Adyen payment provider to your server. This plugin only handles the flow for a drop-in integration on your storefront.
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "@mirahi/vendure-adyen-dropin-plugin",
"version": "0.0.5",
"description": "A Vendure plugin to integrate the Adyen payment provider to your server. This plugin only handles the flow for a drop-in integration on your storefront.",
"keywords": [
"vendure",
"vendure-plugin",
"adyen"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mirahi-io/vendure-adyen-dropin-plugin"
},
"author": {
"name": "Nicolas Toffolo",
"url": "https://www.linkedin.com/in/toffolo01/"
},
"dependencies": {
"@adyen/api-library": "13.1.2",
"@nestjs/common": "7.6.17",
"@nestjs/graphql": "7.10.6",
"@vendure/common": "1.9.6",
"@vendure/core": "1.9.6",
"graphql-tag": "2.12.6"
},
"peerDependencies": {
"@nestjs/core": "7.6.17",
"apollo-server-core": "2.26.1",
"graphql": "15.5.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"tslib": "2.5.0"
},
"main": "./src/index.js",
"types": "./src/index.d.ts"
}