mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-23 22:53:50 +08:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@octokit/plugin-paginate-rest",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "9.1.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": "^12.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=5"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/core": "^5.0.0",
|
|
"@octokit/plugin-rest-endpoint-methods": "^10.0.0",
|
|
"@octokit/tsconfig": "^2.0.0",
|
|
"@types/fetch-mock": "^7.3.1",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.19.0",
|
|
"fetch-mock": "^9.0.0",
|
|
"github-openapi-graphql-query": "^4.0.0",
|
|
"glob": "^10.2.5",
|
|
"jest": "^29.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "3.0.3",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^29.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"source": "dist-src/index.js",
|
|
"sideEffects": false
|
|
}
|