Files
medusa-store/packages/medusa-test-utils/package.json
github-actions[bot] 31b9ae3d28 chore: Version Packages (#13853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-31 10:11:18 +01:00

52 lines
1.1 KiB
JSON

{
"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": "^3.0.2",
"typescript": "^5.6.2"
},
"dependencies": {
"@types/express": "^4.17.17",
"axios": "^0.21.4",
"express": "^4.21.0",
"get-port": "^5.1.0",
"randomatic": "^3.1.1"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2",
"@medusajs/medusa": "2.11.2"
},
"peerDependenciesMeta": {
"@medusajs/medusa": {
"optional": true
}
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
}