{
  "name": "@facets-cloud/facetsctlv3",
  "version": "1.1.5",
  "description": "Facets CLI",
  "author": "Facets Cloud Inc",
  "bin": {
    "facetsctl": "./bin/run"
  },
  "homepage": "https://github.com/Facets-cloud/facetsctl",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": "facets-cloud/facetsctl",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@aws-sdk/client-s3": "^3.577.0",
    "@oclif/core": "^3.26.6",
    "@oclif/plugin-help": "^6.0.22",
    "@oclif/plugin-not-found": "^3.1.9",
    "@types/form-data": "^2.5.0",
    "@types/react-router-dom": "^5.3.3",
    "@types/styled-components": "^5.1.34",
    "axios": "^1.6.8",
    "js-yaml": "^4.1.0",
    "listr": "^0.14.3",
    "oclif": "^4.10.15",
    "properties-reader": "^2.2.0",
    "shx": "^0.3.4",
    "yarn": "^1.22.22"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.26.1",
    "@oclif/test": "^3.2.15",
    "@types/chai": "^4.3.4",
    "@types/js-yaml": "^4.0.5",
    "@types/mocha": "^9.1.1",
    "@types/node": "^20.12.12",
    "@types/properties-reader": "^2.1.1",
    "@types/proxyquire": "^1.3.31",
    "@types/sinon-chai": "^3.2.12",
    "chai": "^4.3.7",
    "globby": "^11.0.4",
    "mocha": "^10.0.0",
    "proxyquire": "^2.1.3",
    "sinon": "^17.0.1",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.3.1",
    "typescript": "^5.4.5",
    "yargs": "^17.2.1"
  },
  "oclif": {
    "bin": "facetsctl",
    "dirname": "facetsctl",
    "commands": "./dist/src/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-not-found"
    ],
    "topicSeparator": " ",
    "macos": {
      "identifier": "cloud.facets.cli"
    },
    "update": {
      "s3": {
        "bucket": "facets-cf-templates/oclif-tarballs/v3/dev",
        "host": "https://facets-cf-templates.s3.us-east-1.amazonaws.com"
      }
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "echo 'Tests completed.'",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --require ts-node/register --require test/setup.ts \"test/**/*.test.ts\"",
    "version": "git add README.md",
    "gen-readme": "oclif readme",
    "generate": "npm run build && npx oclif manifest && npx oclif readme",
    "upload": "node uploadOclifPackages.js"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "bugs": {
    "url": "https://github.com/Facets-cloud/facetsctl/issues"
  },
  "keywords": [
    "facetsctl",
    "facets",
    "cli"
  ],
  "types": "dist/index.d.ts"
}
