{
  "name": "sfdx-mohanc-plugins",
  "description": "SFDX plugins by Mohan Chinnappan",
  "version": "0.0.364",
  "author": "Mohan Chinnappan @mohan-chinnappan-n",
  "bugs": "https://github.com/mohan-chinnappan-n/sfdx-mohanc-plugins/issues",
  "dependencies": {
    "@cparra/apex-reflection": "^1.6.4",
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/errors": "^1",
    "@salesforce/command": "^4.2.2",
    "@salesforce/core": "^2.35.3",
    "@salesforce/ts-types": "^1.5.20",
    "@slack/web-api": "^6.7.2",
    "@types/jsonfile": "^4.0.1",
    "@types/node-fetch": "^2.5.7",
    "@types/request-promise": "^4.1.42",
    "@xenova/transformers": "^2.0.1",
    "JSONStream": "^1.3.5",
    "alasql": "^1.7.3",
    "aws-sdk": "^2.747.0",
    "base64-stream": "^1.0.0",
    "cron": "^1.8.2",
    "csv-split-stream": "^1.0.2",
    "csv-string": "^4.0.1",
    "event-stream": "^4.0.1",
    "expression-eval": "^4.0.0",
    "faker": "^5.5.3",
    "fast-csv": "^4.3.5",
    "fast-xml-parser": "^4.0.11",
    "filtrex": "^3.0.0",
    "github-slugger": "^1.2.1",
    "https-proxy-agent": "^5.0.0",
    "jsdom": "^13.1.0",
    "json-to-csv-stream": "^1.1.0",
    "json-transforms": "^1.1.2",
    "json2csv": "^4.2.1",
    "jsonata": "^1.5.4",
    "jsonfile": "^5.0.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.1",
    "node-fetch": "^2.6.7",
    "node-graphviz": "^0.1.1",
    "node-jq": "^1.3.1",
    "node-pandas": "^1.0.5",
    "node-uuid": "^1.4.8",
    "papaparse": "^5.2.0",
    "pg": "^8.5.0",
    "pg-query-stream": "^3.4.1",
    "plotly.js-dist": "^1.43.1",
    "pptxgenjs": "^3.8.0",
    "python-shell": "^2.0.2",
    "request": "^2.88.2",
    "request-promise": "^4.2.6",
    "rools": "^2.3.0",
    "s3-upload-stream": "^1.0.7",
    "sfbulk2js": "0.0.2",
    "snowflake-sdk": "^1.6.7",
    "soap": "^0.43.0",
    "tesseract.js": "2.1.1",
    "ts-node": "^10.7.0",
    "tslib": "1",
    "xmldom": "^0.6.0",
    "xpath": "^0.0.32",
    "xslt-processor": "^0.11.5",
    "yaml": "^2.2.2"
  },
  "devDependencies": {
    "@oclif/dev-cli": "1.26.10",
    "@oclif/plugin-help": "5.1.12",
    "@oclif/test": "^2.1.0",
    "@salesforce/dev-config": "1.1.0",
    "@types/chai": "4",
    "@types/jsforce": "1.8.13",
    "@types/mocha": "5",
    "@types/node": "10",
    "chai": "^4",
    "globby": "8",
    "mocha": "^5",
    "nyc": "^15.1.0",
    "sinon": "5",
    "typescript": "^4.2.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib",
    "/messages",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/mohan-chinnappan-n/sfdx-mohanc-plugins",
  "keywords": [
    "sfdx-plugin"
  ],
  "license": "MIT",
  "oclif": {
    "commands": "./lib/commands",
    "topics": {
      "hello": {
        "description": "Commands to say hello."
      }
    },
    "devPlugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "mohan-chinnappan-n/sfdx-mohanc-plugins",
  "scripts": {
    "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
    "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
    "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
    "prepare": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
    "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  }
}
