{
  "name": "medusa-plugin-add-ons",
  "version": "1.2.0",
  "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.37"
  },
  "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.31",
    "redis": "^3.0.2"
  },
  "gitHead": "ae5801c5187a39f79191329fa577dfc9d116afff"
}
