gitea-repository-provider
Version:
repository provider for gitea
65 lines (64 loc) • 1.72 kB
JSON
{
"name": "gitea-repository-provider",
"version": "2.1.13",
"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": "^4.1.7",
"fetch-link-util": "^1.0.6",
"matching-iterator": "^2.0.3",
"node-fetch": "^3.2.3",
"one-time-execution-method": "^2.0.12",
"repository-provider": "^27.0.3"
},
"devDependencies": {
"ava": "^4.1.0",
"c8": "^7.11.0",
"documentation": "^13.2.5",
"repository-provider-test-support": "^1.12.9",
"semantic-release": "^19.0.2"
},
"engines": {
"node": ">=16.13.2"
},
"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"
]
}
}