change-string-case/node_modules/@octokit/graphql/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2022-11-04 00:55:07 +08:00
{
"name": "@octokit/graphql",
2023-10-26 04:27:07 +08:00
"version": "7.0.2",
"publishConfig": {
"access": "public"
},
2022-11-04 00:55:07 +08:00
"description": "GitHub GraphQL API client for browsers and Node",
2023-10-26 04:27:07 +08:00
"repository": "github:octokit/graphql.js",
2022-11-04 00:55:07 +08:00
"keywords": [
"octokit",
"github",
"api",
"graphql"
],
2023-10-26 04:27:07 +08:00
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
2022-11-04 00:55:07 +08:00
"dependencies": {
2023-10-26 04:27:07 +08:00
"@octokit/request": "^8.0.1",
"@octokit/types": "^12.0.0",
2022-11-04 00:55:07 +08:00
"universal-user-agent": "^6.0.0"
},
"devDependencies": {
2023-10-26 04:27:07 +08:00
"@octokit/tsconfig": "^2.0.0",
2022-11-04 00:55:07 +08:00
"@types/fetch-mock": "^7.2.5",
2023-10-26 04:27:07 +08:00
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"esbuild": "^0.19.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"glob": "^10.2.6",
"jest": "^29.0.0",
"prettier": "3.0.3",
2022-11-04 00:55:07 +08:00
"semantic-release-plugin-update-version-in-files": "^1.0.0",
2023-10-26 04:27:07 +08:00
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
2022-11-04 00:55:07 +08:00
},
2023-10-26 04:27:07 +08:00
"engines": {
"node": ">= 18"
2022-11-04 00:55:07 +08:00
},
2023-10-26 04:27:07 +08:00
"files": [
"dist-*/**",
"bin/**"
],
2022-11-04 00:55:07 +08:00
"main": "dist-node/index.js",
2023-10-26 04:27:07 +08:00
"module": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"source": "dist-src/index.js",
"sideEffects": false
2022-11-04 00:55:07 +08:00
}