{
    "name": "@donmahallem/label-pr",
    "version": "0.6.18",
    "description": "Helpers for working with github issue labels",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "private": false,
    "type": "module",
    "exports": {
        "import": "./dist/index.js",
        "types": "./dist/index.d.ts"
    },
    "keywords": [
        "octokit",
        "gist",
        "github",
        "pull request",
        "label",
        "synchronize"
    ],
    "typedocMain": "./src/index.ts",
    "scripts": {
        "build": "tsc -p tsconfig.json",
        "build:readme": "npx @appnest/readme generate --input ../package_readme_blueprint.md --config readme_config.json",
        "test": "mocha --config ../../.mocharc.json",
        "test:coverage": "c8 --config ../../.nycrc.json npm run test",
        "lint": "eslint -c ./.eslintrc.mjs ./src",
        "postlint": "prettier --config ./../../.prettierrc src/**/*.ts --check",
        "lint:fix": "eslint -c ./.eslintrc.mjs ./src --fix",
        "postlint:fix": "prettier --config ./../../.prettierrc src/**/*.ts --write",
        "prepublishOnly": "npm run clean && npm run test && npm run build",
        "version": "npm run build:readme && git add README.md",
        "clean": "rimraf ./dist ./.nyc_output ./coverage ./docs"
    },
    "homepage": "https://donmahallem.github.io/js-libs/",
    "author": {
        "name": "donmahallem",
        "email": "donmahallem@users.noreply.github.com",
        "url": "https://github.com/donmahallem"
    },
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/donmahallem/js-libs/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/donmahallem/js-libs.git"
    },
    "engines": {
        "node": ">=22"
    },
    "files": [
        "dist/*",
        "src/*",
        "!src/**/*.spec.ts"
    ],
    "publishConfig": {
        "access": "public"
    },
    "peerDependencies": {
        "@octokit/core": "^7.0.0"
    },
    "devDependencies": {
        "@octokit/core": "7.0.6",
        "@octokit/types": "16.0.0",
        "esmock": "2.7.6"
    },
    "dependencies": {
        "@donmahallem/label-gh": "^0.9.17"
    },
    "gitHead": "9b363f45a1ea1bd24daf24b1254646b5a5424aef"
}
