Files
medusa-store/packages/medusa-plugin-add-ons/package.json
Sebastian Rindom 60da043d8b chore(release): Publish
- babel-preset-medusa-package@1.1.4
 - @medusajs/medusa-cli@1.1.5
 - medusa-core-utils@1.1.10
 - medusa-dev-cli@0.0.9
 - medusa-file-spaces@1.1.13
 - medusa-fulfillment-manual@1.1.10
 - medusa-fulfillment-webshipper@1.1.14
 - medusa-interfaces@1.1.11
 - medusa-payment-adyen@1.1.13
 - medusa-payment-klarna@1.1.14
 - medusa-payment-paypal@1.0.14
 - medusa-payment-stripe@1.1.13
 - medusa-plugin-add-ons@1.1.13
 - medusa-plugin-brightpearl@1.1.16
 - medusa-plugin-contentful@1.1.14
 - medusa-plugin-discount-generator@1.1.4
 - medusa-plugin-economic@1.1.13
 - medusa-plugin-ip-lookup@1.1.4
 - medusa-plugin-mailchimp@1.1.13
 - medusa-plugin-permissions@1.1.13
 - medusa-plugin-restock-notification@0.0.4
 - medusa-plugin-segment@1.1.16
 - medusa-plugin-sendgrid@1.1.14
 - medusa-plugin-slack-notification@1.1.13
 - medusa-plugin-twilio-sms@1.1.13
 - medusa-plugin-wishlist@1.1.13
 - medusa-test-utils@1.1.13
 - @medusajs/medusa@1.1.20
2021-06-08 18:22:15 +02:00

45 lines
1.3 KiB
JSON

{
"name": "medusa-plugin-add-ons",
"version": "1.1.13",
"description": "Add-on plugin for Medusa Commerce",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/medusa-plugin-add-ons"
},
"author": "Oliver Juhl",
"license": "AGPL-3.0-or-later",
"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-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": "^7.0.2",
"eslint": "^6.8.0",
"jest": "^25.5.2",
"medusa-test-utils": "^1.1.13"
},
"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"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.10",
"redis": "^3.0.2"
},
"gitHead": "982da259ed93fe1b618800c8693a5c9dfe312532"
}