Files
medusa-store/packages/cli/medusa-cli/package.json
Carlos R. L. Rodrigues 3b4eea08ef chore: peer dependency version (#8771)
* fix peer dependency version

* dotenv

* commands

* dotenv cli
2024-08-26 21:55:57 +02:00

72 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": {
"@swc/core": "^1.5.29",
"@swc/jest": "^0.2.36",
"@types/yargs": "^15.0.15",
"cross-env": "^5.2.1",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/utils": "^1.11.9",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",
"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.3",
"pg-god": "^1.0.12",
"prompts": "^2.4.2",
"resolve-cwd": "^3.0.0",
"semver": "^7.3.8",
"stack-trace": "^0.0.10",
"winston": "^3.8.2",
"yargs": "^15.3.1"
},
"peerDependencies": {
"ulid": "^2.3.0"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
}