mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "@octokit/endpoint",
|
||
|
"description": "Turns REST API endpoints into generic request options",
|
||
|
"version": "5.5.1",
|
||
|
"license": "MIT",
|
||
|
"files": [
|
||
|
"dist-*/",
|
||
|
"bin/"
|
||
|
],
|
||
|
"pika": true,
|
||
|
"sideEffects": false,
|
||
|
"keywords": [
|
||
|
"octokit",
|
||
|
"github",
|
||
|
"api",
|
||
|
"rest"
|
||
|
],
|
||
|
"homepage": "https://github.com/octokit/endpoint.js#readme",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/octokit/endpoint.js/issues"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/octokit/endpoint.js.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@octokit/types": "^2.0.0",
|
||
|
"is-plain-object": "^3.0.0",
|
||
|
"universal-user-agent": "^4.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@pika/pack": "^0.5.0",
|
||
|
"@pika/plugin-build-node": "^0.7.0",
|
||
|
"@pika/plugin-build-web": "^0.7.0",
|
||
|
"@pika/plugin-ts-standard-pkg": "^0.7.0",
|
||
|
"@types/jest": "^24.0.11",
|
||
|
"jest": "^24.7.1",
|
||
|
"prettier": "1.18.2",
|
||
|
"semantic-release": "^15.13.8",
|
||
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
||
|
"ts-jest": "^24.0.2",
|
||
|
"typescript": "^3.4.5"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"source": "dist-src/index.js",
|
||
|
"types": "dist-types/index.d.ts",
|
||
|
"main": "dist-node/index.js",
|
||
|
"deno": "dist-web/index.js"
|
||
|
}
|