- babel-preset-medusa-package@1.1.13 - @medusajs/medusa-cli@1.1.14 - medusa-core-utils@1.1.19 - medusa-dev-cli@0.0.18 - medusa-file-spaces@1.1.22 - medusa-fulfillment-manual@1.1.19 - medusa-fulfillment-webshipper@1.1.23 - medusa-interfaces@1.1.20 - medusa-payment-adyen@1.1.24 - medusa-payment-klarna@1.1.24 - medusa-payment-manual@1.0.1 - medusa-payment-paypal@1.0.23 - medusa-payment-stripe@1.1.22 - medusa-plugin-add-ons@1.1.22 - medusa-plugin-brightpearl@1.1.27 - medusa-plugin-contentful@1.1.24 - medusa-plugin-discount-generator@1.1.13 - medusa-plugin-economic@1.1.22 - medusa-plugin-ip-lookup@1.1.13 - medusa-plugin-mailchimp@1.1.22 - medusa-plugin-permissions@1.1.22 - medusa-plugin-restock-notification@0.0.15 - medusa-plugin-segment@1.1.25 - medusa-plugin-sendgrid@1.1.23 - medusa-plugin-slack-notification@1.1.22 - medusa-plugin-twilio-sms@1.1.22 - medusa-plugin-wishlist@1.1.22 - medusa-test-utils@1.1.22 - @medusajs/medusa@1.1.33
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "medusa-plugin-sendgrid",
|
|
"version": "1.1.23",
|
|
"description": "SendGrid transactional emails",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-plugin-sendgrid"
|
|
},
|
|
"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": "^5.2.1",
|
|
"eslint": "^6.8.0",
|
|
"jest": "^25.5.2"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d .",
|
|
"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",
|
|
"@sendgrid/mail": "^7.1.1",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"medusa-core-utils": "^1.1.19",
|
|
"medusa-test-utils": "^1.1.22"
|
|
},
|
|
"gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f"
|
|
}
|