UNPKG

@donmahallem/label-pr

Version:

Helpers for working with github issue labels

75 lines (74 loc) 2.49 kB
{ "name": "@donmahallem/label-pr", "version": "0.6.3", "description": "Helpers for working with github issue labels", "main": "./dist/cjs/index.cjs", "types": "./dist/types/index.d.ts", "private": false, "type": "module", "exports": { "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts" }, "keywords": [ "octokit", "gist", "github", "pull request", "label", "synchronize" ], "typedocMain": "./src/index.ts", "scripts": { "build": "rollup -c ./rollup.config.mjs && npm run build:types", "build:readme": "npx @appnest/readme generate --input ../package_readme_blueprint.md --config readme_config.json", "build:types": "tsc --project ./tsconfig.lib.json -d --declarationDir dist/types --declarationMap --emitDeclarationOnly", "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": ">=20" }, "files": [ "dist/*", "src/*", "!src/**/*.spec.ts" ], "publishConfig": { "access": "public" }, "peerDependencies": { "@octokit/core": "^6.0.0" }, "devDependencies": { "@octokit/core": "6.1.4", "@octokit/types": "13.8.0", "esmock": "2.7.0" }, "dependencies": { "@donmahallem/label-gh": "^0.9.3" }, "gitHead": "afa9a06bfa21cd72fbd333d153fbf428280d63d1" }