github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node12/node_modules/@octokit/graphql/package.json (about)

     1  {
     2    "name": "@octokit/graphql",
     3    "description": "GitHub GraphQL API client for browsers and Node",
     4    "version": "4.8.0",
     5    "license": "MIT",
     6    "files": [
     7      "dist-*/",
     8      "bin/"
     9    ],
    10    "pika": true,
    11    "sideEffects": false,
    12    "keywords": [
    13      "octokit",
    14      "github",
    15      "api",
    16      "graphql"
    17    ],
    18    "repository": "github:octokit/graphql.js",
    19    "dependencies": {
    20      "@octokit/request": "^5.6.0",
    21      "@octokit/types": "^6.0.3",
    22      "universal-user-agent": "^6.0.0"
    23    },
    24    "devDependencies": {
    25      "@pika/pack": "^0.5.0",
    26      "@pika/plugin-build-node": "^0.9.0",
    27      "@pika/plugin-build-web": "^0.9.0",
    28      "@pika/plugin-ts-standard-pkg": "^0.9.0",
    29      "@types/fetch-mock": "^7.2.5",
    30      "@types/jest": "^27.0.0",
    31      "@types/node": "^14.0.4",
    32      "fetch-mock": "^9.0.0",
    33      "jest": "^27.0.0",
    34      "prettier": "2.3.2",
    35      "semantic-release": "^17.0.0",
    36      "semantic-release-plugin-update-version-in-files": "^1.0.0",
    37      "ts-jest": "^27.0.0-next.12",
    38      "typescript": "^4.0.0"
    39    },
    40    "publishConfig": {
    41      "access": "public"
    42    },
    43    "source": "dist-src/index.js",
    44    "types": "dist-types/index.d.ts",
    45    "main": "dist-node/index.js",
    46    "module": "dist-web/index.js"
    47  }