59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@octokit/plugin-paginate-rest",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"type": "module",
|
|
"version": "12.0.0",
|
|
"description": "Octokit plugin to paginate REST API endpoint responses",
|
|
"repository": "github:octokit/plugin-paginate-rest.js",
|
|
"keywords": [
|
|
"github",
|
|
"api",
|
|
"sdk",
|
|
"toolkit"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=6"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/core": "^6.1.5",
|
|
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
|
|
"@octokit/tsconfig": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@vitest/coverage-v8": "^3.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"fetch-mock": "^12.0.0",
|
|
"github-openapi-graphql-query": "^4.0.0",
|
|
"glob": "^11.0.0",
|
|
"npm-run-all2": "^7.0.0",
|
|
"prettier": "3.5.3",
|
|
"semantic-release-plugin-update-version-in-files": "^2.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"types": "dist-types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist-types/index.d.ts",
|
|
"import": "./dist-bundle/index.js",
|
|
"default": "./dist-bundle/index.js"
|
|
},
|
|
"./types": {
|
|
"types": "./dist-types/.d.ts"
|
|
}
|
|
},
|
|
"sideEffects": false
|
|
}
|