49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "medusa-payment-paypal",
|
|
"version": "1.0.19-next.9+db9d6c0",
|
|
"description": "Paypal Payment provider for Meduas Commerce",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-payment-paypal"
|
|
},
|
|
"author": "Sebastian Rindom",
|
|
"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-proposal-optional-chaining": "^7.12.7",
|
|
"@babel/plugin-transform-classes": "^7.9.5",
|
|
"@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": "^5.2.1",
|
|
"eslint": "^6.8.0",
|
|
"jest": "^25.5.2",
|
|
"medusa-interfaces": "^1.1.16-next.9+db9d6c0",
|
|
"medusa-test-utils": "^1.1.18-next.9+db9d6c0"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d . --ignore **/__tests__,**/__mocks__",
|
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
|
"watch": "babel -w src --out-dir . --ignore **/__tests__,**/__mocks__",
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"medusa-interfaces": "1.x"
|
|
},
|
|
"dependencies": {
|
|
"@paypal/checkout-server-sdk": "^1.0.2",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"medusa-core-utils": "^1.1.15-next.9+db9d6c0"
|
|
},
|
|
"gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f"
|
|
}
|