UNPKG

@google-automations/label-utils

Version:
64 lines (63 loc) 1.81 kB
{ "name": "@google-automations/label-utils", "version": "6.2.0", "description": "Utilities for github labels", "scripts": { "compile": "tsc -p .", "pretest": "npm run compile", "prepare": "npm run compile", "test": "cross-env NODE_ENV=test LOG_LEVEL=fatal c8 mocha ./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/label-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": { "@google-automations/datastore-lock": "^7.1.4", "gcf-utils": "^17.1.2" }, "devDependencies": { "@types/mocha": "^10.0.0", "@types/node": "^22.0.0", "@types/sinon": "^10.0.13", "c8": "^7.12.0", "cross-env": "^7.0.3", "gts": "^4.0.0", "mocha": "^10.0.0", "nock": "^13.2.9", "node-fetch": "^2.6.9", "sinon": "^15.0.0", "snap-shot-it": "^7.9.6", "typescript": "~4.9.0" }, "engines": { "node": ">= 22" }, "keywords": [ "github labels", "Probot" ], "author": "Takashi Matsuo <tmatsuo@google.com>", "license": "Apache-2.0", "files": [ "build/src" ], "overrides": { "@tootallnate/once": "^3.0.1", "qs": "6.15.2", "serialize-javascript": "^7.0.5", "tmp": "0.2.7", "uuid": "^11.1.1", "protobufjs": "^7.6.5", "@opentelemetry/core": "2.8.0", "@opentelemetry/sdk-trace-base": "2.8.0", "@opentelemetry/resources": "2.8.0", "@opentelemetry/context-async-hooks": "2.8.0", "js-yaml": "^4.3.0", "body-parser": "^2.3.0", "brace-expansion": "^2.1.2" } }