Files
medusa-store/packages/medusa-cli/package.json
Sebastian Rindom 10be061298 chore(release): Publish
- babel-preset-medusa-package@1.1.5
 - @medusajs/medusa-cli@1.1.6
 - medusa-core-utils@1.1.11
 - medusa-dev-cli@0.0.10
 - medusa-file-spaces@1.1.14
 - medusa-fulfillment-manual@1.1.11
 - medusa-fulfillment-webshipper@1.1.15
 - medusa-interfaces@1.1.12
 - medusa-payment-adyen@1.1.14
 - medusa-payment-klarna@1.1.15
 - medusa-payment-paypal@1.0.15
 - medusa-payment-stripe@1.1.14
 - medusa-plugin-add-ons@1.1.14
 - medusa-plugin-brightpearl@1.1.17
 - medusa-plugin-contentful@1.1.15
 - medusa-plugin-discount-generator@1.1.5
 - medusa-plugin-economic@1.1.14
 - medusa-plugin-ip-lookup@1.1.5
 - medusa-plugin-mailchimp@1.1.14
 - medusa-plugin-permissions@1.1.14
 - medusa-plugin-restock-notification@0.0.6
 - medusa-plugin-segment@1.1.17
 - medusa-plugin-sendgrid@1.1.15
 - medusa-plugin-slack-notification@1.1.14
 - medusa-plugin-twilio-sms@1.1.14
 - medusa-plugin-wishlist@1.1.14
 - medusa-test-utils@1.1.14
 - @medusajs/medusa@1.1.22
2021-06-09 18:59:43 +02:00

59 lines
1.6 KiB
JSON

{
"name": "@medusajs/medusa-cli",
"version": "1.1.6",
"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"
},
"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-classes": "^7.9.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.5",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"jest": "^25.5.2",
"prettier": "^1.19.1"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.6",
"@hapi/joi": "^16.1.8",
"axios": "^0.21.1",
"chalk": "^4.0.0",
"configstore": "5.0.1",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"fs-exists-cached": "^1.0.0",
"inquirer": "^8.0.0",
"joi-objectid": "^3.0.1",
"meant": "^1.0.1",
"medusa-core-utils": "^0.1.27",
"netrc-parser": "^3.1.6",
"open": "^8.0.6",
"regenerator-runtime": "^0.13.5",
"resolve-cwd": "^3.0.0",
"yargs": "^15.3.1"
},
"gitHead": "43a3e5680387cdeddb0d92a1bb0762235f15ca9a"
}