@google-cloud/release-brancher
Version:
Cut release branches
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "@google-cloud/release-brancher",
"version": "1.3.3",
"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": "^18.12.0",
"code-suggester": "^3.0.0",
"js-yaml": "^4.1.0",
"yargs": "^17.5.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.33",
"@types/pino": "^7.0.4",
"@types/sinon": "^10.0.11",
"@types/yargs": "^17.0.10",
"c8": "^7.11.3",
"cross-env": "^7.0.3",
"gts": "^3.1.0",
"mocha": "^10.0.0",
"nock": "^13.2.4",
"sinon": "^14.0.0",
"snap-shot-it": "^7.9.6",
"typescript": "~4.6.4"
},
"config": {
"snap-shot-it": {
"sortSnapshots": true
}
},
"engines": {
"node": ">= 12.16.0"
}
}