{
  "name": "@atlassian/forge-graphql-types",
  "version": "4.3.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Atlassian",
  "license": "Apache 2.0",
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "shx rm -rf dist",
    "compile": "graphql-toolkit generate -d src && tsc -b -v"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "devDependencies": {
    "@atlassian/graphql-toolkit": "1.3.28",
    "@graphql-codegen/cli": "^5.0.4",
    "@graphql-codegen/near-operation-file-preset": "^2.2.6",
    "@graphql-codegen/typescript": "^2.4.5",
    "@graphql-codegen/typescript-document-nodes": "^2.2.5",
    "@graphql-codegen/typescript-operations": "^2.3.2",
    "@oclif/command": "^1.8.36",
    "@oclif/config": "^1.18.17",
    "@oclif/dev-cli": "^1.26.9",
    "@oclif/plugin-help": "^3.3.1",
    "@oclif/test": "^1.2.9",
    "@types/node": "^16.18.46",
    "enquirer": "^2.4.1",
    "fast-glob": "^3.3.3",
    "graphql": "^15.8.0",
    "typescript": "^4.4.4"
  }
}