{
  "name": "@rampjs/cli",
  "description": "RAMP CLI",
  "version": "0.27.0",
  "license": "ISC",
  "author": "Igor Lamos <ilamos@trifinlabs.com>",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/rampjs/cli.git"
  },
  "bin": {
    "ramp": "./bin/run"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf dist lib-es lib tmp",
    "docs": "../../scripts/docs.sh",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "yarn clean && yarn build && yarn uglify && oclif-dev manifest && oclif-dev readme --dir=docs/commands --multi",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "uglify": "uglifyjs-folder ./lib-es -e -x .js -yo ./lib && rimraf lib-es",
    "version": "oclif-dev readme && git add README.md"
  },
  "dependencies": {
    "@aws-amplify/auth": "2.1.7",
    "@oclif/command": "1.5.19",
    "@oclif/config": "1.14.0",
    "@oclif/plugin-help": "2.2.3",
    "@oclif/plugin-update": "1.3.9",
    "amazon-cognito-identity-js": "3.2.6",
    "aws-sdk": "2.648.0",
    "chalk": "3.0.0",
    "cli-ux": "5.4.5",
    "conf": "6.2.1",
    "crypto-js": "4.0.0",
    "execa": "4.0.0",
    "inquirer": "7.1.0",
    "inquirer-autocomplete-prompt": "1.0.2",
    "listr": "0.14.3",
    "lodash": "4.17.15",
    "node-fetch": "2.6.0",
    "rxjs": "6.5.4",
    "semver": "7.1.3",
    "tslib": "1.11.1",
    "yaml": "1.8.3"
  },
  "devDependencies": {
    "@oclif/dev-cli": "1.22.2",
    "@oclif/test": "1.2.5",
    "@types/chai": "4.2.11",
    "@types/inquirer": "6.5.0",
    "@types/mocha": "7.0.2",
    "@types/node": "13.9.5",
    "@types/node-fetch": "2.5.5",
    "@types/vfile-message": "2.0.0",
    "@types/yaml": "1.2.0",
    "@types/zen-observable": "0.8.0",
    "chai": "4.2.0",
    "eslint": "6.8.0",
    "eslint-config-oclif": "3.1.0",
    "eslint-config-oclif-typescript": "0.1.0",
    "globby": "11.0.0",
    "mocha": "7.1.1",
    "nock": "12.0.3",
    "nyc": "15.0.0",
    "ts-node": "8.8.1",
    "typescript": "3.8.3",
    "uglify-js": "3.8.1"
  },
  "resolutions": {
    "amazon-cognito-identity-js": "3.2.6"
  },
  "oclif": {
    "commands": "./lib/commands",
    "bin": "ramp",
    "macos": {
      "identifier": "com.trifinlabs.ramp.cli"
    },
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-update"
    ]
  }
}
