UNPKG

medusa-dev-cli

Version:
60 lines (59 loc) 1.42 kB
{ "name": "medusa-dev-cli", "description": "CLI helpers for contributors working on Medusa", "version": "2.12.3", "author": "Sebastian Rindom <skrindom@gmail.com>", "bin": { "medusa-dev": "./dist/index.js" }, "files": [ "dist" ], "dependencies": { "chokidar": "^3.5.3", "configstore": "^5.0.1", "del": "^6.0.0", "dotenv": "^16.4.5", "execa": "^5.1.1", "find-yarn-workspace-root": "^2.0.0", "fs-extra": "^11.1.1", "glob": "11.1.0", "got": "^11.8.6", "lodash": "^4.17.21", "signal-exit": "^3.0.7", "verdaccio": "^5.0.0", "yargs": "^17.7.2" }, "peerDependencies": { "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0" }, "peerDependenciesMeta": { "ts-node": { "optional": true }, "tsconfig-paths": { "optional": true } }, "homepage": "https://github.com/medusajs/medusa/tree/master/packages/medusa-dev-cli#readme", "keywords": [ "medusa" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", "directory": "packages/cli/medusa-dev-cli" }, "scripts": { "test": "../../../node_modules/.bin/jest --passWithNoTests --testPathPattern=src", "build": "tsc", "watch": "yarn run -T tsc --watch" }, "engines": { "node": ">=16" }, "gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d" }