Files
codeql-action/node_modules/@octokit/graphql/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
1.1 KiB
JSON
Raw Normal View History

{
2020-05-12 12:11:25 +01:00
"name": "@octokit/graphql",
"description": "GitHub GraphQL API client for browsers and Node",
2023-07-13 11:17:33 +01:00
"version": "4.8.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
2020-05-12 12:11:25 +01:00
"keywords": [
"octokit",
"github",
"api",
"graphql"
],
2023-07-13 11:17:33 +01:00
"repository": "github:octokit/graphql.js",
"dependencies": {
2023-07-13 11:17:33 +01:00
"@octokit/request": "^5.6.0",
"@octokit/types": "^6.0.3",
"universal-user-agent": "^6.0.0"
},
"devDependencies": {
2023-07-13 11:17:33 +01:00
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@types/fetch-mock": "^7.2.5",
2023-07-13 11:17:33 +01:00
"@types/jest": "^27.0.0",
"@types/node": "^14.0.4",
"fetch-mock": "^9.0.0",
"jest": "^27.0.0",
"prettier": "2.3.2",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
2023-07-13 11:17:33 +01:00
"ts-jest": "^27.0.0-next.12",
"typescript": "^4.0.0"
},
2023-07-13 11:17:33 +01:00
"publishConfig": {
"access": "public"
},
2023-07-13 09:09:17 +00:00
"source": "dist-src/index.js",
2023-07-13 11:17:33 +01:00
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
2022-02-24 17:03:29 +00:00
}