UNPKG

@google-automations/issue-utils

Version:
51 lines (50 loc) 1.43 kB
{ "name": "@google-automations/issue-utils", "version": "5.0.0", "description": "Utilities for github issues", "scripts": { "compile": "tsc -p .", "pretest": "npm run compile", "prepare": "npm run compile", "test": "cross-env NODE_ENV=test LOG_LEVEL=fatal c8 mocha --node-option no-experimental-fetch ./build/test", "system-test": "npm run pretest && cross-env LOG_LEVEL=fatal mocha ./build/test/integration", "fix": "gts fix", "lint": "gts check" }, "main": "./build/src/issue-utils.js", "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", "dependencies": { "gcf-utils": "^17.0.0", "jsonwebtoken": "^9.0.0" }, "devDependencies": { "@types/mocha": "^10.0.0", "@types/node": "^18.7.15", "@types/sinon": "^10.0.13", "c8": "^7.12.0", "cross-env": "^7.0.3", "dotenv": "^16.0.2", "gts": "^4.0.0", "lru-cache": "^7.14.0", "mocha": "^10.0.0", "nock": "^13.2.9", "node-fetch": "^2.6.0", "sinon": "^15.0.0", "snap-shot-it": "^7.9.6", "typescript": "~4.8.2" }, "engines": { "node": ">= 18" }, "keywords": [ "github issues", "Probot" ], "author": "Jeff Ching <chingor@google.com>", "license": "Apache-2.0", "files": [ "build/src" ] }