{ "name": "@medusajs/orchestration", "version": "0.5.7", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "exports": { ".": "./dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/orchestration" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__fixtures__", "!dist/**/__mocks__" ], "author": "Medusa", "license": "MIT", "devDependencies": { "@medusajs/types": "^1.11.16", "cross-env": "^5.2.1", "jest": "^29.7.0", "rimraf": "^5.0.1", "typescript": "^5.6.2" }, "dependencies": { "@medusajs/utils": "^1.11.9" }, "peerDependencies": { "awilix": "^8.0.1" }, "scripts": { "build": "rimraf dist && tsc --build", "watch": "tsc --build --watch", "test": "jest --runInBand --bail --forceExit" } }