{ "name": "@medusajs/cli", "version": "2.12.2", "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/cli/medusa-cli" }, "publishConfig": { "access": "public" }, "files": [ "cli.js", "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "engines": { "node": ">=20" }, "scripts": { "test": "../../../node_modules/.bin/jest --passWithNoTests src", "build": "yarn run -T rimraf dist && yarn run -T tsc --build", "watch": "yarn run -T tsc --watch" }, "author": "Sebastian Rindom", "license": "MIT", "dependencies": { "@medusajs/deps": "2.12.2", "@medusajs/telemetry": "2.12.2", "@medusajs/utils": "2.12.2", "@types/express": "^4.17.21", "chalk": "^4.1.2", "configstore": "^5.0.1", "dotenv": "^16.4.5", "execa": "^5.1.1", "express": "^4.21.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^11.1.1", "glob": "11.1.0", "hosted-git-info": "^4.0.2", "inquirer": "^8.0.0", "is-valid-path": "^0.1.1", "meant": "^1.0.3", "ora": "^5.4.1", "pg-god": "^1.0.12", "prompts": "^2.4.2", "resolve-cwd": "^3.0.0", "stack-trace": "^0.0.10", "ulid": "^2.3.0", "winston": "^3.9.0", "yargs": "^17.7.2" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808" }