UNPKG

mkpr

Version:

create pull request by pipeing repository content through filter like sed

74 lines (73 loc) 2 kB
{ "name": "mkpr", "version": "3.1.47", "publishConfig": { "access": "public", "provenance": true }, "description": "create pull request by pipeing repository content through filter like sed", "keywords": [ "bitbucket", "gitea", "github", "patch", "pull-request" ], "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "0BSD", "bin": { "mkpr": "src/mkpr-cli.mjs" }, "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src**/*.mjs", "lint": "node --run lint:docs", "lint:docs": "documentation lint ./src**/*.mjs" }, "dependencies": { "aggregation-repository-provider": "^7.0.23", "bitbucket-repository-provider": "^6.1.16", "chalk": "^5.4.1", "commander": "^14.0.0", "content-entry": "^14.2.3", "etag-cache-leveldb": "^2.1.14", "execa": "^9.6.0", "fast-json-patch": "^3.1.1", "gitea-repository-provider": "^4.2.19", "github-repository-provider": "^9.2.19", "leveldown": "^6.1.1", "levelup": "^5.1.1", "local-repository-provider": "^9.1.12", "repository-provider-cli-support": "^2.2.30" }, "devDependencies": { "ava": "^6.4.0", "c8": "^10.1.3", "documentation": "^14.0.3", "semantic-release": "^24.2.5" }, "engines": { "node": ">=22.16.0" }, "repository": { "type": "git", "url": "git+https://github.com/arlac77/mkpr.git" }, "bugs": { "url": "https://github.com/arlac77/mkpr/issues" }, "homepage": "https://github.com/arlac77/mkpr#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-node-app" ] } }