change-string-case/node_modules/@octokit/plugin-rest-endpoint-methods/package.json

61 lines
1.6 KiB
JSON
Raw Normal View History

2022-11-04 00:55:07 +08:00
{
"name": "@octokit/plugin-rest-endpoint-methods",
2023-10-26 04:27:07 +08:00
"version": "10.1.0",
2022-11-04 00:55:07 +08:00
"description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
2023-10-26 04:27:07 +08:00
"repository": "github:octokit/plugin-rest-endpoint-methods.js",
2022-11-04 00:55:07 +08:00
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
2023-10-26 04:27:07 +08:00
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
2022-11-04 00:55:07 +08:00
"dependencies": {
2023-10-26 04:27:07 +08:00
"@octokit/types": "^12.1.0"
2022-11-04 00:55:07 +08:00
},
"devDependencies": {
2023-10-26 04:27:07 +08:00
"@octokit/core": "^5.0.0",
"@octokit/tsconfig": "^2.0.0",
2022-11-04 00:55:07 +08:00
"@types/fetch-mock": "^7.3.1",
2023-10-26 04:27:07 +08:00
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/sinon": "^10.0.19",
"esbuild": "^0.19.0",
"fetch-mock": "npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1",
"github-openapi-graphql-query": "^4.0.0",
"glob": "^10.2.6",
"jest": "^29.0.0",
2022-11-04 00:55:07 +08:00
"lodash.camelcase": "^4.3.0",
"lodash.set": "^4.3.2",
"lodash.upperfirst": "^4.3.1",
"mustache": "^4.0.0",
"npm-run-all": "^4.1.5",
2023-10-26 04:27:07 +08:00
"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
"sinon": "^17.0.0",
"sort-keys": "^5.0.0",
2022-11-04 00:55:07 +08:00
"string-to-jsdoc-comment": "^1.0.0",
2023-10-26 04:27:07 +08:00
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@octokit/core": ">=5"
2022-11-04 00:55:07 +08:00
},
"publishConfig": {
"access": "public"
},
2023-10-26 04:27:07 +08:00
"engines": {
"node": ">= 18"
},
"files": [
"dist-*/**",
"bin/**"
],
2022-11-04 00:55:07 +08:00
"main": "dist-node/index.js",
2023-10-26 04:27:07 +08:00
"browser": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-src/index.js",
"sideEffects": false
2022-11-04 00:55:07 +08:00
}