{
  "name": "@forge/cli-shared",
  "version": "8.23.0",
  "description": "Common functionality for Forge CLI",
  "author": "Atlassian",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "out/index.js",
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
    "compile": "tsc -b -v",
    "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
  },
  "dependencies": {
    "@forge/manifest": "12.8.0",
    "@forge/util": "2.0.1",
    "@forge/i18n": "0.0.7",
    "@sentry/node": "7.106.0",
    "@vercel/detect-agent": "^1.2.3",
    "adm-zip": "^0.5.10",
    "array.prototype.flatmap": "^1.3.3",
    "case": "^1.6.3",
    "chalk": "^4.1.2",
    "cheerio": "^1.1.0",
    "cli-table3": "^0.6.5",
    "conf": "^10.2.0",
    "cross-spawn": "^7.0.6",
    "docker-compose": "^1.3.0",
    "env-paths": "^2.2.1",
    "figures": "^3.2.0",
    "fp-ts": "^2.16.2",
    "fs-extra": "^11.2.0",
    "get-folder-size": "^5.0.0",
    "glob": "^13.0.0",
    "graphql": "^16.8.1",
    "graphql-request": "6.1.0",
    "inquirer": "^8.2.6",
    "io-ts": "^2.2.22",
    "keytar": "^7.9.0",
    "node-fetch": "2.7.0",
    "ora": "^5.4.1",
    "recursive-readdir": "^2.2.3",
    "semver": "^7.6.0",
    "terminal-link": "^2.1.1",
    "tmp": "^0.2.3",
    "typescript": "4.8.4",
    "yaml": "^2.3.4"
  },
  "devDependencies": {
    "@atlassian/xen-test-util": "^4.2.0",
    "@colors/colors": "1.5.0",
    "@graphql-codegen/add": "^5.0.2",
    "@graphql-codegen/cli": "^5.0.2",
    "@graphql-codegen/typescript": "^4.1.6",
    "@graphql-codegen/typescript-operations": "^4.6.0",
    "@graphql-tools/schema": "^10.0.23",
    "@types/adm-zip": "^0.5.5",
    "@types/array.prototype.flatmap": "^1.2.6",
    "@types/cross-spawn": "^6.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/get-folder-size": "^2.0.0",
    "@types/inquirer": "^8.2.11",
    "@types/jest": "^29.5.14",
    "@types/node": "20.19.1",
    "@types/node-fetch": "^2.6.12",
    "@types/recursive-readdir": "^2.2.4",
    "@types/tmp": "^0.2.6",
    "jest-fixtures": "^0.6.0",
    "jest-matcher-specific-error": "^1.0.0",
    "jest-fetch-mock": "^3.0.3"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  }
}
