{
  "name": "@medusajs/test-utils",
  "version": "2.13.5",
  "description": "Test utils for Medusa",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/medusajs/medusa",
    "directory": "packages/medusa-test-utils"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "yarn run -T rimraf dist && yarn run -T tsc --build",
    "watch": "yarn run -T tsc --build --watch",
    "test": "../../node_modules/.bin/jest --passWithNoTests src"
  },
  "files": [
    "dist",
    "!dist/**/__tests__",
    "!dist/**/__mocks__",
    "!dist/**/__fixtures__"
  ],
  "author": "Medusa",
  "license": "MIT",
  "devDependencies": {
    "@medusajs/core-flows": "2.13.5",
    "@medusajs/framework": "2.13.5"
  },
  "dependencies": {
    "@types/express": "^4.17.21",
    "axios": "^1.13.1",
    "express": "^4.21.0",
    "get-port": "^5.1.1",
    "ulid": "^2.3.0"
  },
  "peerDependencies": {
    "@medusajs/core-flows": "2.13.5",
    "@medusajs/framework": "2.13.5",
    "@medusajs/medusa": "2.13.5"
  },
  "peerDependenciesMeta": {
    "@medusajs/core-flows": {
      "optional": true
    },
    "@medusajs/medusa": {
      "optional": true
    }
  },
  "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
}
