69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
{
|
|
"name": "@octokit/rest",
|
|
"description": "GitHub REST API client for Node.js",
|
|
"version": "18.5.2",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"pika": true,
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"rest",
|
|
"api-client"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Mike de Boer",
|
|
"email": "info@mikedeboer.nl"
|
|
},
|
|
{
|
|
"name": "Fabian Jakobs",
|
|
"email": "fabian@c9.io"
|
|
},
|
|
{
|
|
"name": "Joe Gallo",
|
|
"email": "joe@brassafrax.com"
|
|
},
|
|
{
|
|
"name": "Gregor Martynus",
|
|
"url": "https://github.com/gr2m"
|
|
}
|
|
],
|
|
"repository": "github:octokit/rest.js",
|
|
"dependencies": {
|
|
"@octokit/core": "^3.2.3",
|
|
"@octokit/plugin-paginate-rest": "^2.6.2",
|
|
"@octokit/plugin-request-log": "^1.0.2",
|
|
"@octokit/plugin-rest-endpoint-methods": "5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/auth": "^3.0.1",
|
|
"@octokit/fixtures-server": "^6.0.11",
|
|
"@octokit/request": "^5.2.0",
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.9.2",
|
|
"@pika/plugin-build-web": "^0.9.2",
|
|
"@pika/plugin-ts-standard-pkg": "^0.9.2",
|
|
"@types/jest": "^26.0.0",
|
|
"@types/node": "^14.0.1",
|
|
"fetch-mock": "^9.0.0",
|
|
"jest": "^26.0.0",
|
|
"prettier": "^2.0.0",
|
|
"semantic-release": "^17.0.0",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^26.0.0",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js"
|
|
}
|