{
    "name": "@atlassian/forge-graphql",
    "version": "16.4.0",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "author": "Atlassian",
    "license": "Apache 2.0",
    "publishConfig": {
        "registry": "https://packages.atlassian.com/api/npm/npm-public/"
    },
    "scripts": {
        "test": "jest",
        "build": "yarn run clean && yarn run compile",
        "generate:docs": "rm -rf docs/content/ && yarn typedoc && cd docs/scripts && ts-node ./reformat-dac-docs.ts && cp ../data/root-index.md ../content/cloud/compass/forge-graphql-toolkit/index.md",
        "watch:docs": "yarn generate:docs && cd docs && atlas dac watch",
        "clean": "rm -rf ./dist && rm -f tsconfig.tsbuildinfo",
        "compile": "tsc -b -v"
    },
    "dependencies": {
        "@atlassian/forge-graphql-types": "^4.3.0",
        "@forge/api": "^5.0.0",
        "@forge/metrics": "0.2.25",
        "fs": "^0.0.1-security",
        "js-yaml": "^4.1.0",
        "lodash": "^4.17.21",
        "path": "^0.12.7",
        "url-parse": "^1.5.10"
    },
    "devDependencies": {
        "@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/jest": "^27.5.2",
        "@types/node": "^16.18.46",
        "atlassian-typedoc-dac-plugin": "^0.1.2",
        "enquirer": "^2.4.1",
        "fast-glob": "^3.3.3",
        "graphql": "^15.8.0",
        "jest": "^26.6.3",
        "listr2": "^3.14.0",
        "shx": "~0.3.4",
        "ts-jest": "^26.5.6",
        "ts-node": "^10.9.2",
        "typedoc": "^0.21.3",
        "typedoc-plugin-markdown": "3.10.4",
        "typescript": "^4.4.4"
    },
    "files": [
        "dist/",
        "src/"
    ],
    "homepage": "https://developer.atlassian.com/cloud/compass/integrations/graphql-api-toolkit/",
    "repository": "https://bitbucket.org/atlassian/forge-graphql-tools/src/main/"
}
