Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
28 lines
741 B
JSON
28 lines
741 B
JSON
{
|
|
"name": "integration-tests-api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:integration": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit",
|
|
"build": "babel src -d dist --extensions \".ts,.js\""
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/cache-inmemory": "1.8.2",
|
|
"@medusajs/event-bus-local": "1.8.2",
|
|
"@medusajs/medusa": "1.8.2",
|
|
"faker": "^5.5.3",
|
|
"medusa-interfaces": "1.3.7",
|
|
"typeorm": "^0.3.14"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.10",
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/node": "^7.12.10",
|
|
"babel-preset-medusa-package": "*",
|
|
"jest": "^26.6.3",
|
|
"jest-environment-node": "26.6.2"
|
|
}
|
|
}
|