UNPKG

r8s-cli

Version:

A command line tool for Reaction Commerce to be used with kubernetes

76 lines (75 loc) 1.82 kB
{ "name": "r8s-cli", "version": "0.24.2", "description": "A command line tool for Reaction Commerce to be used with kubernetes", "main": "./dist/main.js", "scripts": { "build": "rimraf ./dist && babel src --out-dir ./dist", "lint": "eslint ./src", "lintfix": "eslint ./src --fix", "prepublish": "npm run build", "test": "echo 'No tests!'", "watch": "watch 'npm link' src" }, "engines": { "node": ">=4.0.0" }, "bin": { "reaction": "./dist/main.js", "rc": "./dist/main.js" }, "repository": { "type": "git", "url": "git+https://github.com/R8S/r8s-cli.git" }, "keywords": [ "reaction", "r8s-cli", "r8s", "R8S", "k8s", "kubernetes", "reactioncommerce", "reaction commerce" ], "author": "Reaction Commerce", "license": "MIT", "bugs": { "url": "https://github.com/R8S/r8s-cli/issues" }, "preferGlobal": "true", "homepage": "https://github.com/R8S/r8s-cli", "devDependencies": { "babel-cli": "6.26.0", "babel-eslint": "8.0.2", "babel-plugin-lodash": "3.3.2", "babel-preset-env": "1.6.1", "babel-preset-stage-2": "6.24.1", "babel-root-slash-import": "3.1.0", "eslint": "4.12.0", "eslint-plugin-babel": "4.1.2", "watch": "1.0.2" }, "dependencies": { "analytics-node": "3.1.1", "babel-polyfill": "6.26.0", "bluebird": "3.5.1", "chalk": "2.3.0", "cli-table2": "0.2.0", "command-exists": "1.2.2", "fs-extra": "4.0.2", "inquirer": "3.3.0", "keypair": "1.0.1", "latest-semver": "1.0.0", "lodash": "4.17.4", "node-fetch": "1.7.3", "node-forge": "0.7.1", "opn": "5.1.0", "rimraf": "2.6.2", "semver": "5.4.1", "update-notifier": "2.3.0", "url": "0.11.0", "uuid": "3.1.0", "yargs": "8.0.2" } }