gitea-repository-provider
Version:
repository provider for gitea
59 lines (58 loc) • 1.68 kB
JSON
{
"name": "gitea-repository-provider",
"version": "1.9.17",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"type": "module",
"main": "src/gitea-provider.mjs",
"module": "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": "ava --node-arguments '--experimental-modules' --timeout 2m",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --node-arguments '--experimental-modules' --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/gitea-provider.mjs --section=API",
"lint": "documentation lint src/gitea-provider.mjs"
},
"dependencies": {
"content-entry": "^2.3.0",
"micromatch": "^4.0.2",
"node-fetch": "^2.6.0",
"repository-provider": "^16.12.1"
},
"devDependencies": {
"ava": "^3.4.0",
"c8": "^7.1.0",
"documentation": "^12.1.4",
"repository-provider-test-support": "github:arlac77/repository-provider-test-support",
"semantic-release": "^17.0.4"
},
"engines": {
"node": ">=12.16.1"
},
"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",
"release": {},
"template": {
"inheritFrom": "arlac77/template-esm-only"
}
}