UNPKG

gitea-repository-provider

Version:
65 lines (64 loc) 1.72 kB
{ "name": "gitea-repository-provider", "version": "1.16.28", "publishConfig": { "access": "public" }, "sideEffects": false, "exports": { ".": "./src/gitea-provider.mjs" }, "description": "repository provider for gitea", "keywords": [ "git", "gitea", "repository-provider" ], "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "BSD-2-Clause", "scripts": { "test": "npm run test:ava", "test:ava": "ava --timeout 2m tests/*.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src/**/*.mjs", "lint": "npm run lint:docs", "lint:docs": "documentation lint ./src/**/*.mjs" }, "dependencies": { "content-entry": "^2.7.0", "fetch-link-util": "^1.0.4", "matching-iterator": "^2.0.0", "node-fetch": "^3.0.0", "one-time-execution-method": "^2.0.9", "repository-provider": "^25.5.6" }, "devDependencies": { "ava": "^3.15.0", "c8": "^7.10.0", "documentation": "^13.2.5", "repository-provider-test-support": "^1.6.0", "semantic-release": "^18.0.0" }, "engines": { "node": ">=14.17.6" }, "repository": { "type": "git", "url": "https://github.com/arlac77/gitea-repository-provider.git" }, "bugs": { "url": "https://github.com/arlac77/gitea-repository-provider/issues" }, "homepage": "https://github.com/arlac77/gitea-repository-provider#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-esm-only" ] } }