{ "name": "medusa-test-utils", "version": "1.1.1", "description": "Test utils for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/medusa-test-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.7.5", "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.5", "@babel/runtime": "^7.9.6", "cross-env": "^5.2.1", "eslint": "^6.8.0", "jest": "^25.5.2" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", "medusa-core-utils": "^1.1.0", "randomatic": "^3.1.1" }, "gitHead": "0646bd395a6056657cb0aa93c13699c4a9dbbcdd" }