UNPKG

@yieldbits/probot

Version:

a probot integration library for nestjs projects

66 lines (65 loc) 1.5 kB
{ "name": "@yieldbits/probot", "version": "0.1.4", "description": "a probot integration library for nestjs projects", "keywords": [ "probot", "nestjs", "library", "github-apps" ], "author": "Null Key <8209379+null-key@users.noreply.github.com>", "homepage": "https://github.com/yieldbits/nestjs.git", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/yieldbits/nestjs.git" }, "scripts": { "build": "tsc --build tsconfig.build.json", "build:watch": "tsc --build tsconfig.build.json --watch", "test": "jest" }, "bugs": { "url": "https://github.com/yieldbits/nestjs/issues" }, "publishConfig": { "access": "public" }, "peerDependencies": { "body-parser": "^1.19.0" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".spec.ts$", "transform": { "^.+\\.ts$": "ts-jest" }, "coverageDirectory": "../coverage", "testEnvironment": "node" }, "dependencies": { "@octokit/auth-app": "^3.6.1", "@octokit/rest": "^18.12.0", "@octokit/webhooks": "^9.24.0", "@probot/get-private-key": "^1.1.1", "lodash": "^4.17.21", "probot": "^12.2.2", "smee-client": "^1.2.2", "uuid": "^8.3.2" }, "gitHead": "b749c60d1d8415b559db7f5bc5bf3c9e8e8ef5e2" }