UNPKG

magento-cli

Version:
46 lines (45 loc) 1 kB
{ "name": "magento-cli", "version": "1.0.10", "description": "ClI for Magento 2", "main": "index.js", "bin": { "mage": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Magento", "Magento2", "CLI" ], "author": "Carlos Guevara", "license": "ISC", "dependencies": { "@octokit/rest": "^15.9.4", "chalk": "^2.4.1", "clear": "^0.1.0", "clui": "^0.3.6", "configstore": "^3.1.2", "figlet": "^1.2.0", "inquirer": "^6.0.0", "lodash": "^4.17.10", "minimist": "^1.2.0", "shelljs": "^0.8.2", "simple-git": "^1.96.0", "touch": "^3.1.0" }, "directories": { "lib": "lib" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/handmadedigital/magento-cli.git" }, "bugs": { "url": "https://github.com/handmadedigital/magento-cli/issues" }, "homepage": "https://github.com/handmadedigital/magento-cli#readme" }