{
  "name": "medusa-plugin-shopify-ts",
  "version": "3.5.23",
  "description": "A plugin to pull from shopify store",
  "main": "index.js",
  "types": "index.d.ts",
  "License": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SGFGOV/medusa-plugin-shopify-ts.git"
  },
  "keywords": [
    "medusa",
    "medusajs",
    "starter",
    "typescript",
    "plugin",
    "ecommerce",
    "e-commerce"
  ],
  "author": "Govind Diwakar <govind.diwakar@gmail.com>",
  "license": "GPL",
  "scripts": {
    "clean": "rimraf __test-helpers__/ services/ models/ migrations/ api/ subscribers/ interfaces/ strategies/ utils/ repositories/ loaders/ index.js index.map.js",
    "build": "npm run clean && tsc -p tsconfig.json",
    "watch": "tsc --watch",
    "test": "jest"
  },
  "devDependencies": {
    "@medusajs/event-bus-local": "^1.9.6",
    "@medusajs/medusa": "^1.20.10",
    "@medusajs/utils": "^1.10.1",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.15",
    "@types/redis-mock": "^0.17.1",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "add": "^2.0.6",
    "awilix": "^8.0.0",
    "bull": "^4.11.3",
    "cross-env": "^7.0.3",
    "eslint": "^8.8.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-file-progress": "^1.3.0",
    "eslint-plugin-prettier": "^4.2.1",
    "ioredis": "^5.2.4",
    "ioredis-mock": "^8.2.2",
    "jest": "^27.5.0",
    "joi": "^17.9.2",
    "medusa-interfaces": "^1.3.3",
    "mongoose": "^6.2.0",
    "prettier": "^2.7.1",
    "redis-mock": "^0.56.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.9.1",
    "typeorm": "^0.3.16",
    "typescript": "^4.5.5",
    "yarn": "^1.22.19"
  },
  "peerDependencies": {
    "@medusajs/medusa": "latest",
    "medusa-interfaces": "latest",
    "typeorm": "^0.3.16"
  },
  "dependencies": {
    "@shopify/shopify-api": "^5.2.0",
    "body-parser": "^1.19.1",
    "cors": "^2.8.5",
    "express": "^4.17.2",
    "medusa-core-utils": "^1.1.31",
    "medusa-test-utils": "^1.1.37"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.spec.json"
      }
    },
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/node_modules/"
    ],
    "rootDir": "src",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
    "transform": {
      ".ts": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "coverageDirectory": "./coverage",
    "testEnvironment": "node"
  }
}
