Files
medusa-store/integration-tests/package.json
Oli Juhl c3418a2b93 chore: Prepare versions + changeset (#9707)
* chore: Prepare version + changeset

* chore: Bump dependencies

* chore: Update lock-file
2024-10-22 20:31:33 +02:00

35 lines
847 B
JSON

{
"name": "integration-tests",
"version": "1.0.0",
"description": "",
"main": "jest.config.js",
"private": true,
"scripts": {
"test:integration": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zakaria S. El Asri",
"license": "ISC",
"devDependencies": {
"dotenv": "^10.0.0"
},
"dependencies": {
"express": "^4.21.0",
"get-port": "^7.1.0",
"@medusajs/medusa": "^1.20.10",
"@medusajs/core-flows": "^0.0.10",
"axios": "^1.7.7",
"scrypt-kdf": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"@medusajs/framework": "^1.0.1",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1",
"ioredis": "^5.4.1",
"pg": "^8.13.0",
"pg-god": "^1.0.12",
"glob": "^11.0.0"
}
}