54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "medusa-payment-adyen",
|
|
"version": "1.1.44",
|
|
"description": "Adyen Payment provider for Medusa Commerce",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-payment-adyen"
|
|
},
|
|
"author": "Oliver Juhl",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.5",
|
|
"@babel/core": "^7.7.5",
|
|
"@babel/node": "^7.7.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
"@babel/plugin-transform-instanceof": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
"@babel/preset-env": "^7.7.5",
|
|
"@babel/register": "^7.7.4",
|
|
"@babel/runtime": "^7.9.6",
|
|
"client-sessions": "^0.8.0",
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^25.5.4",
|
|
"medusa-interfaces": "^1.3.7",
|
|
"medusa-test-utils": "^1.1.40"
|
|
},
|
|
"scripts": {
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"test": "jest --passWithNoTests src",
|
|
"build": "babel src --out-dir . --ignore '**/__tests__','**/__mocks__'",
|
|
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
|
|
},
|
|
"peerDependencies": {
|
|
"medusa-interfaces": "1.3.7"
|
|
},
|
|
"dependencies": {
|
|
"@adyen/api-library": "^5.0.1",
|
|
"@babel/plugin-transform-classes": "^7.9.5",
|
|
"axios": "^0.19.2",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"lodash": "^4.17.21",
|
|
"medusa-core-utils": "^1.2.0"
|
|
},
|
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
|
|
"keywords": [
|
|
"medusa-plugin",
|
|
"medusa-plugin-payment"
|
|
]
|
|
}
|