{ "name": "embark-plugin-cmd", "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/plugin-cmd#readme", "bugs": "https://github.com/embarklabs/embark/issues", "license": "MIT", "repository": { "directory": "packages/plugins/plugin-cmd", "type": "git", "url": "https://github.com/embarklabs/embark.git" }, "files": [ "dist" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "embark-collective": { "build:node": true, "typecheck": true }, "scripts": { "_build": "npm run solo -- build", "_typecheck": "npm run solo -- typecheck", "ci": "npm run qa", "clean": "npm run reset", "lint": "eslint src/", "qa": "npm-run-all lint _typecheck _build", "reset": "npx rimraf dist embark-*.tgz package", "solo": "embark-solo" }, "eslintConfig": { "extends": "../../../.eslintrc.json" }, "dependencies": { "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", "embark-i18n": "^5.1.1-nightly.2", "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" }, "engines": { "node": ">=10.17.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" } }