70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@medusajs/medusa-cli",
|
|
"version": "1.3.11",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"test": "jest --passWithNoTests src",
|
|
"build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",
|
|
"watch": "babel -w src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",
|
|
"prepare": "cross-env NODE_ENV=production yarn run build"
|
|
},
|
|
"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",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^25.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/utils": "1.8.2",
|
|
"axios": "^0.21.4",
|
|
"chalk": "^4.0.0",
|
|
"configstore": "5.0.1",
|
|
"core-js": "^3.6.5",
|
|
"dotenv": "^8.2.0",
|
|
"execa": "^5.1.1",
|
|
"fs-exists-cached": "^1.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"hosted-git-info": "^4.0.2",
|
|
"inquirer": "^8.0.0",
|
|
"is-valid-path": "^0.1.1",
|
|
"meant": "^1.0.3",
|
|
"medusa-core-utils": "^1.2.0",
|
|
"medusa-telemetry": "0.0.16",
|
|
"open": "^8.0.6",
|
|
"ora": "^5.4.1",
|
|
"pg-god": "^1.0.12",
|
|
"prompts": "^2.4.2",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"resolve-cwd": "^3.0.0",
|
|
"semver": "^7.3.8",
|
|
"sqlite3": "^5.0.2",
|
|
"stack-trace": "^0.0.10",
|
|
"ulid": "^2.3.0",
|
|
"url": "^0.11.0",
|
|
"winston": "^3.8.2",
|
|
"yargs": "^15.3.1"
|
|
},
|
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
|
|
}
|