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

47 lines
1.1 KiB
JSON
Raw Normal View History

2022-11-04 00:55:07 +08:00
{
"name": "@octokit/endpoint",
2023-10-26 04:27:07 +08:00
"version": "9.0.1",
"publishConfig": {
"access": "public"
},
2022-11-04 00:55:07 +08:00
"description": "Turns REST API endpoints into generic request options",
2023-10-26 04:27:07 +08:00
"repository": "github:octokit/endpoint.js",
2022-11-04 00:55:07 +08:00
"keywords": [
"octokit",
"github",
"api",
"rest"
],
2023-10-26 04:27:07 +08:00
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"devDependencies": {
"@octokit/tsconfig": "^2.0.0",
"@types/jest": "^29.0.0",
"esbuild": "^0.19.0",
"glob": "^10.2.7",
"jest": "^29.0.0",
"prettier": "3.0.3",
"semantic-release": "^22.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
2022-11-04 00:55:07 +08:00
},
"dependencies": {
2023-10-26 04:27:07 +08:00
"@octokit/types": "^12.0.0",
"is-plain-object": "^5.0.0",
2022-11-04 00:55:07 +08:00
"universal-user-agent": "^6.0.0"
},
2023-10-26 04:27:07 +08:00
"engines": {
"node": ">= 18"
2022-11-04 00:55:07 +08:00
},
2023-10-26 04:27:07 +08:00
"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
}