UNPKG

@google-cloud/release-brancher

Version:
63 lines (62 loc) 1.52 kB
{ "name": "@google-cloud/release-brancher", "version": "1.3.4", "description": "Cut release branches", "bin": "./build/src/bin/release-brancher.js", "author": "Google LLC.", "license": "Apache-2.0", "repository": "https://github.com/googleapis/repo-automation-bots.git", "homepage": "https://github.com/googleapis/repo-automation-bots", "bugs": "https://github.com/googleapis/repo-automation-bots/issues", "main": "build/src/app.js", "keywords": [ "probot", "github", "probot-app" ], "files": [ "build/src" ], "scripts": { "compile": "tsc -p .", "prepare": "npm run compile", "pretest": "npm run compile", "test": "cross-env LOG_LEVEL=fatal c8 mocha --exit build/test", "fix": "gts fix", "lint": "gts check" }, "dependencies": { "@octokit/rest": "^20.1.2", "code-suggester": "^5.0.0", "js-yaml": "^4.1.1", "node-fetch": "^2.6.9", "yargs": "^17.5.1" }, "devDependencies": { "@types/js-yaml": "^4.0.5", "@types/mocha": "^10.0.0", "@types/node": "^20.0.0", "@types/pino": "^7.0.4", "@types/sinon": "^10.0.13", "@types/yargs": "^17.0.12", "c8": "^7.12.0", "cross-env": "^7.0.3", "gts": "^4.0.0", "mocha": "^10.0.0", "nock": "^13.2.9", "sinon": "^15.0.0", "snap-shot-it": "^7.9.6", "typescript": "~5.7.3" }, "config": { "snap-shot-it": { "sortSnapshots": true } }, "engines": { "node": ">= 20" }, "overrides": { "tmp": "0.2.5" } }