{ "name": "medusa-core-utils", "version": "1.1.10", "description": "Core utils for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/medusa-core-utils" }, "scripts": { "test": "jest", "build": "babel src --out-dir dist/ --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir dist/ --ignore **/__tests__" }, "author": "Sebastian Rindom", "license": "MIT", "devDependencies": { "@babel/cli": "^7.13.0", "@babel/core": "^7.13.8", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-transform-classes": "^7.9.5", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.13.9", "@babel/runtime": "^7.13.9", "cross-env": "^5.2.1", "eslint": "^6.8.0", "jest": "^25.5.2", "prettier": "^1.19.1" }, "dependencies": { "joi": "^17.3.0", "joi-objectid": "^3.0.1" }, "gitHead": "982da259ed93fe1b618800c8693a5c9dfe312532" }