**What** - remove medusa-core-utils - dispatch the utils where they belongs - update usage **NOTE** I have been wondering if the graceful class should go into the utils package or medusa package, I ve put it in the medusa package as it seems to be the best place I can see for now and is tight to the server as well. Also, I wanted to avoid the utils package to depends on http and net dependencies, happy to change that if you feel like it
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "@medusajs/medusa-cli",
|
|
"version": "1.3.22",
|
|
"description": "Command Line interface for Medusa Commerce",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"medusa": "cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/medusa-cli"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"cli.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --passWithNoTests src",
|
|
"build": "rimraf dist && tsc",
|
|
"watch": "tsc --watch",
|
|
"prepublishOnly": "cross-env NODE_ENV=production tsc --build"
|
|
},
|
|
"author": "Sebastian Rindom",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/yargs": "^15.0.15",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^25.5.4",
|
|
"rimraf": "^5.0.1",
|
|
"ts-jest": "^25.5.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/utils": "^1.11.2",
|
|
"axios": "^0.21.4",
|
|
"chalk": "^4.0.0",
|
|
"configstore": "5.0.1",
|
|
"core-js": "^3.6.5",
|
|
"dotenv": "^16.4.5",
|
|
"execa": "^5.1.1",
|
|
"fs-exists-cached": "^1.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"glob": "^7.1.6",
|
|
"hosted-git-info": "^4.0.2",
|
|
"inquirer": "^8.0.0",
|
|
"is-valid-path": "^0.1.1",
|
|
"meant": "^1.0.3",
|
|
"medusa-telemetry": "^0.0.17",
|
|
"open": "^8.0.6",
|
|
"ora": "^5.4.1",
|
|
"pg": "^8.11.0",
|
|
"pg-god": "^1.0.12",
|
|
"prompts": "^2.4.2",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"resolve-cwd": "^3.0.0",
|
|
"semver": "^7.3.8",
|
|
"stack-trace": "^0.0.10",
|
|
"ulid": "^2.3.0",
|
|
"winston": "^3.8.2",
|
|
"yargs": "^15.3.1"
|
|
},
|
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
|
|
}
|