60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@medusajs/test-utils",
|
|
"version": "2.5.1",
|
|
"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.5.1",
|
|
"@mikro-orm/core": "6.4.3",
|
|
"@mikro-orm/knex": "6.4.3",
|
|
"@mikro-orm/migrations": "6.4.3",
|
|
"@mikro-orm/postgresql": "6.4.3",
|
|
"awilix": "^8.0.1",
|
|
"jest": "^29.7.0",
|
|
"pg": "^8.13.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.4.0",
|
|
"@medusajs/medusa": "^2.4.0",
|
|
"@mikro-orm/postgresql": "6.4.3",
|
|
"awilix": "^8.0.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@medusajs/medusa": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
|
|
}
|