wishthis/node_modules/@octokit/endpoint/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "@octokit/endpoint",
"description": "Turns REST API endpoints into generic request options",
2023-08-17 09:47:40 +00:00
"version": "6.0.12",
2022-04-08 10:55:35 +00:00
"license": "MIT",
"files": [
"dist-*/",
"bin/"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"api",
"rest"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"repository": "github:octokit/endpoint.js",
2022-01-21 08:28:41 +00:00
"dependencies": {
2023-08-17 09:47:40 +00:00
"@octokit/types": "^6.0.3",
2022-01-21 08:28:41 +00:00
"is-plain-object": "^5.0.0",
"universal-user-agent": "^6.0.0"
},
"devDependencies": {
2023-08-17 09:47:40 +00:00
"@pika/pack": "^0.5.0",
2022-01-21 08:28:41 +00:00
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
2023-08-17 09:47:40 +00:00
"@types/jest": "^26.0.0",
"jest": "^27.0.0",
"prettier": "2.3.1",
"semantic-release": "^17.0.0",
2022-01-21 08:28:41 +00:00
"semantic-release-plugin-update-version-in-files": "^1.0.0",
2023-08-17 09:47:40 +00:00
"ts-jest": "^27.0.0-next.12",
2022-01-21 08:28:41 +00:00
"typescript": "^4.0.2"
},
"publishConfig": {
"access": "public"
2023-08-17 09:47:40 +00:00
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
2022-01-21 08:28:41 +00:00
}