{ "name": "@medusajs/test-utils", "version": "2.11.2", "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": "rimraf dist && tsc --build", "watch": "tsc --build --watch", "test": "jest --passWithNoTests src" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "author": "Medusa", "license": "MIT", "devDependencies": { "@medusajs/framework": "2.11.2", "jest": "^29.7.0", "pg-god": "^1.0.12", "rimraf": "^5.0.1", "typescript": "^5.6.2" }, "dependencies": { "@types/express": "^4.17.21", "axios": "^1.12.0", "express": "^4.21.0", "get-port": "^5.1.1", "randomatic": "^3.1.1" }, "peerDependencies": { "@medusajs/framework": "2.11.2", "@medusajs/medusa": "2.11.2" }, "peerDependenciesMeta": { "@medusajs/medusa": { "optional": true } }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808" }