gitea-repository-provider
Version:
repository provider for gitea
75 lines (74 loc) • 1.78 kB
JSON
{
"name": "gitea-repository-provider",
"version": "1.8.6",
"type": "module",
"publishConfig": {
"access": "public"
},
"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": {
"cover": "c8 --temp-directory build/tmp ava && 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",
"posttest": "markdown-doctest",
"test": "ava"
},
"dependencies": {
"content-entry": "^2.2.0",
"micromatch": "^4.0.2",
"node-fetch": "^2.6.0",
"repository-provider": "^16.2.0"
},
"devDependencies": {
"ava": "^2.1.0",
"c8": "^5.0.2",
"documentation": "^11.0.1",
"esm": "^3.2.25",
"markdown-doctest": "^0.9.1",
"semantic-release": "^15.13.18"
},
"engines": {
"node": ">=10.16.0"
},
"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": {},
"ava": {
"files": [
"tests/*-test.mjs"
],
"require": [
"esm"
],
"babel": false,
"compileEnhancements": false,
"extensions": [
"mjs"
]
},
"template": {
"repository": {
"url": "https://github.com/arlac77/npm-package-template-esm-only.git"
}
}
}