{ "name": "@medusajs/utils", "version": "1.10.4", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/utils" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "author": "Medusa", "license": "MIT", "devDependencies": { "@types/express": "^4.17.17", "cross-env": "^5.2.1", "express": "^4.18.2", "jest": "^29.6.3", "rimraf": "^5.0.1", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "dependencies": { "@medusajs/types": "^1.11.4", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", "awilix": "^8.0.1", "knex": "2.4.2", "ulid": "^2.3.0" }, "scripts": { "prepublishOnly": "cross-env NODE_ENV=production tsc --build", "build": "rimraf dist && tsc --build", "watch": "tsc --build --watch", "test": "jest --runInBand --bail --forceExit" } }