Co-authored-by: Sebastian Mateos Nicolajsen <sebastian.m.nicolajsen@gmail.com> Co-authored-by: Abraham Ugbeshe <abrahamugbeshe@gmail.com> Co-authored-by: olivermrbl <oliver@mrbltech.com>
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "medusa-test-utils",
|
|
"version": "1.1.20",
|
|
"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.17",
|
|
"randomatic": "^3.1.1"
|
|
},
|
|
"gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f"
|
|
}
|