mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-23 22:53:50 +08:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@octokit/core",
|
|
"version": "5.0.1",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Extendable client for GitHub's REST & GraphQL APIs",
|
|
"repository": "github:octokit/core.js",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"sdk",
|
|
"toolkit"
|
|
],
|
|
"author": "Gregor Martynus (https://github.com/gr2m)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "^4.0.0",
|
|
"@octokit/graphql": "^7.0.0",
|
|
"@octokit/request": "^8.0.2",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/auth-action": "^4.0.0",
|
|
"@octokit/auth-app": "^6.0.0",
|
|
"@octokit/auth-oauth-app": "^7.0.0",
|
|
"@octokit/tsconfig": "^2.0.0",
|
|
"@types/fetch-mock": "^7.3.1",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/lolex": "^5.1.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.5",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"jest": "^29.0.0",
|
|
"lolex": "^6.0.0",
|
|
"prettier": "3.0.3",
|
|
"proxy": "^2.0.0",
|
|
"semantic-release": "^22.0.0",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^29.0.0",
|
|
"typescript": "^5.0.0",
|
|
"undici": "5.25.2"
|
|
},
|
|
"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
|
|
}
|