Files
github-actions[bot] 8fee89d622 chore: Version Packages (#14483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-09 12:52:13 +01:00

53 lines
1.2 KiB
JSON

{
"name": "@medusajs/test-utils",
"version": "2.12.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.12.5",
"@medusajs/framework": "2.12.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.12.5",
"@medusajs/framework": "2.12.5",
"@medusajs/medusa": "2.12.5"
},
"peerDependenciesMeta": {
"@medusajs/core-flows": {
"optional": true
},
"@medusajs/medusa": {
"optional": true
}
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
}