wishthis/node_modules/@octokit/request-error/package.json

48 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/request-error",
"description": "Error class for Octokit request errors",
2023-08-17 09:47:40 +00:00
"version": "2.1.0",
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",
"error"
2022-01-21 08:28:41 +00:00
],
2022-06-08 10:36:39 +00:00
"repository": "github:octokit/request-error.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
"deprecation": "^2.0.0",
"once": "^1.4.0"
},
"devDependencies": {
2023-08-17 09:47:40 +00:00
"@pika/pack": "^0.5.0",
2022-06-08 10:36:39 +00:00
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-bundle-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",
"@types/node": "^14.0.4",
2022-01-21 08:28:41 +00:00
"@types/once": "^1.4.0",
2023-08-17 09:47:40 +00:00
"jest": "^27.0.0",
2022-01-21 08:28:41 +00:00
"pika-plugin-unpkg-field": "^1.1.0",
2023-08-17 09:47:40 +00:00
"prettier": "2.3.1",
"semantic-release": "^17.0.0",
"ts-jest": "^27.0.0-next.12",
2022-06-08 10:36:39 +00:00
"typescript": "^4.0.0"
2022-01-21 08:28:41 +00:00
},
"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
}