github-pages-deploy-action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-02 21:16:42 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@octokit/plugin-rest-endpoint-methods",
"description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
2020-06-07 00:27:02 +08:00
"version": "2.4.0",
2020-03-31 20:57:48 +08:00
"license": "MIT",
"files": [
"dist-*/",
"bin/"
2020-03-02 21:16:42 +08:00
],
2020-03-31 20:57:48 +08:00
"pika": true,
"sideEffects": false,
"keywords": [
"github",
"api",
"sdk",
"toolkit"
2020-03-02 21:16:42 +08:00
],
2020-03-31 20:57:48 +08:00
"repository": "https://github.com/octokit/plugin-rest-endpoint-methods.js",
2020-03-02 21:16:42 +08:00
"dependencies": {
2020-06-07 00:27:02 +08:00
"@octokit/types": "^2.0.1",
2020-03-02 21:16:42 +08:00
"deprecation": "^2.3.1"
},
"devDependencies": {
2020-06-07 00:27:02 +08:00
"@gimenete/type-writer": "^0.1.4",
2020-03-02 21:16:42 +08:00
"@octokit/core": "^2.1.2",
"@octokit/graphql": "^4.3.1",
"@pika/pack": "^0.5.0",
2020-06-07 00:27:02 +08:00
"@pika/plugin-build-node": "^0.7.1",
"@pika/plugin-build-web": "^0.7.1",
"@pika/plugin-ts-standard-pkg": "^0.7.1",
2020-03-02 21:16:42 +08:00
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^25.1.0",
2020-06-07 00:27:02 +08:00
"@types/node": "^13.1.0",
"fetch-mock": "^8.0.0",
"jest": "^24.9.0",
2020-03-02 21:16:42 +08:00
"lodash.camelcase": "^4.3.0",
"lodash.set": "^4.3.2",
"lodash.upperfirst": "^4.3.1",
"mustache": "^4.0.0",
"npm-run-all": "^4.1.5",
2020-06-07 00:27:02 +08:00
"prettier": "^1.19.1",
2020-03-02 21:16:42 +08:00
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"sort-keys": "^4.0.0",
"string-to-jsdoc-comment": "^1.0.0",
"ts-jest": "^25.1.0",
"typescript": "^3.7.2"
},
"publishConfig": {
"access": "public"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
2020-03-31 20:57:48 +08:00
"main": "dist-node/index.js",
"module": "dist-web/index.js"
2020-03-02 21:16:42 +08:00
}