* chore(): Move peer deps into a single package and re export from framework * WIP * update core packages * update cli and deps * update medusa * update exports path * remove analyze * update modules deps * finalise changes * fix yarn * fix import * Refactor peer dependencies into a single package Consolidate peer dependencies into one package and re-export from the framework. * update changeset * Update .changeset/brown-cows-sleep.md Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> * rm deps * fix deps * increase timeout * upgrade version * update versions * update versions * fixes * update lock * fix missing import * fix missing import --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
31 lines
707 B
JSON
31 lines
707 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",
|
|
"awilix": "^8.0.1",
|
|
"ioredis": "^5.4.1",
|
|
"pg": "^8.13.0",
|
|
"pg-god": "^1.0.12",
|
|
"glob": "^11.0.0"
|
|
}
|
|
}
|