UNPKG

aws-delivlib

Version:

A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.

52 lines (51 loc) 1.33 kB
{ "name": "@octokit/webhooks", "version": "10.9.2", "description": "GitHub webhook events toolset for Node.js", "keywords": [], "repository": "github:octokit/webhooks.js", "license": "MIT", "author": "Gregor Martynus (https://twitter.com/gr2m)", "dependencies": { "@octokit/request-error": "^3.0.0", "@octokit/webhooks-methods": "^3.0.0", "@octokit/webhooks-types": "6.11.0", "aggregate-error": "^3.1.0" }, "devDependencies": { "@jest/types": "^29.0.0", "@octokit/tsconfig": "^1.0.1", "@octokit/webhooks-schemas": "6.11.0", "@types/jest": "^29.0.0", "@types/json-schema": "^7.0.7", "@types/node": "^18.0.0", "@types/node-fetch": "^2.5.8", "@types/prettier": "^2.0.0", "axios": "^1.0.0", "esbuild": "^0.17.11", "express": "^4.17.1", "glob": "^9.2.1", "jest": "^29.0.0", "node-fetch": "^2.6.7", "prettier": "2.8.7", "prettier-plugin-packagejson": "^2.2.9", "ts-jest": "^29.0.0", "ts-node": "^10.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">= 14" }, "publishConfig": { "access": "public" }, "files": [ "dist-*/**", "bin/**" ], "main": "dist-node/index.js", "module": "dist-web/index.js", "types": "dist-types/index.d.ts", "source": "dist-src/index.js", "sideEffects": false }