Files
medusa-store/packages/medusa-payment-klarna/package.json
olivermrbl dc210c2cbd chore(release): Publish
- medusa-file-spaces@1.1.1
 - medusa-payment-adyen@1.1.1
 - medusa-payment-klarna@1.1.1
 - medusa-payment-stripe@1.1.1
 - medusa-plugin-add-ons@1.1.1
 - medusa-plugin-brightpearl@1.1.1
 - medusa-plugin-contentful@1.1.1
 - medusa-plugin-economic@1.1.1
 - medusa-plugin-mailchimp@1.1.1
 - medusa-plugin-permissions@1.1.1
 - medusa-plugin-segment@1.1.1
 - medusa-plugin-sendgrid@1.1.1
 - medusa-plugin-slack-notification@1.1.1
 - medusa-plugin-twilio-sms@1.1.1
 - medusa-plugin-wishlist@1.1.1
 - medusa-test-utils@1.1.1
 - @medusajs/medusa@1.1.2
2021-01-27 12:32:34 +01:00

48 lines
1.4 KiB
JSON

{
"name": "medusa-payment-klarna",
"version": "1.1.1",
"description": "Klarna Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/medusa-payment-klarna"
},
"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",
"axios-mock-adapter": "^1.19.0",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"jest": "^25.5.2"
},
"scripts": {
"build": "babel src -d . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"test": "jest"
},
"peerDependencies": {
"medusa-interfaces": "1.x"
},
"dependencies": {
"@babel/plugin-transform-classes": "^7.9.5",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.0",
"medusa-test-utils": "^1.1.1"
},
"gitHead": "0646bd395a6056657cb0aa93c13699c4a9dbbcdd"
}