wishthis/node_modules/@octokit/plugin-paginate-rest/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "@octokit/plugin-paginate-rest",
"description": "Octokit plugin to paginate REST API endpoint responses",
"version": "2.21.3",
2022-04-08 10:55:35 +00:00
"license": "MIT",
"files": [
"dist-*/",
"bin/"
2022-01-21 08:28:41 +00:00
],
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
2022-04-08 10:55:35 +00:00
"pika": true,
"sideEffects": false,
"keywords": [
"github",
"api",
"sdk",
"toolkit"
2022-01-21 08:28:41 +00:00
],
"repository": "github:octokit/plugin-paginate-rest.js",
2022-01-21 08:28:41 +00:00
"dependencies": {
"@octokit/types": "^6.40.0"
},
"peerDependencies": {
"@octokit/core": ">=2"
2022-01-21 08:28:41 +00:00
},
"devDependencies": {
"@octokit/core": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
2022-01-21 08:28:41 +00:00
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^28.0.0",
"@types/node": "^16.0.0",
"fetch-mock": "^9.0.0",
"github-openapi-graphql-query": "^2.0.0",
"jest": "^28.0.0",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
2022-01-21 08:28:41 +00:00
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^28.0.0",
"typescript": "^4.0.2"
2022-01-21 08:28:41 +00:00
},
"publishConfig": {
"access": "public"
}
2022-01-21 08:28:41 +00:00
}