{
  "name": "@pkorsholm/medusa-plugin-economic",
  "version": "1.1.38",
  "description": "[Experimental] dont use this package - E-conomic financial reporting",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/medusajs/medusa",
    "directory": "packages/medusa-plugin-economic"
  },
  "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",
    "jest": "^25.5.2"
  },
  "scripts": {
    "build": "babel src -d .",
    "prepare": "cross-env NODE_ENV=production yarn run build",
    "watch": "babel -w src --out-dir . --ignore **/__tests__",
    "test": "jest --passWithNoTests"
  },
  "peerDependencies": {
    "@pkorsholm/medusa-interfaces": "1.x"
  },
  "dependencies": {
    "@babel/plugin-transform-classes": "^7.9.5",
    "@pkorsholm/medusa-core-utils": "^1.1.31",
    "@pkorsholm/medusa-test-utils": "^1.1.37",
    "axios": "^0.19.2",
    "body-parser": "^1.19.0",
    "express": "^4.17.1",
    "moment": "^2.27.0"
  },
  "gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011"
}
