github-repository-provider
Version:
repository provider for github
76 lines (75 loc) • 2.48 kB
JSON
{
"name": "github-repository-provider",
"version": "9.2.19",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": {
"default": "./src/github-provider.mjs"
}
},
"description": "repository provider for github",
"keywords": [
"git",
"github",
"repository-provider"
],
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "0BSD",
"scripts": {
"prepare": "node --run prepare:typescript",
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
"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 && node --run lint:typescript",
"lint:docs": "documentation lint ./src**/*.mjs",
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"dependencies": {
"content-entry": "^14.2.3",
"fetch-link-util": "^1.1.3",
"fetch-rate-limit-util": "^4.5.3",
"matching-iterator": "^2.1.4",
"one-time-execution-method": "^3.1.3",
"repository-provider": "^35.4.21"
},
"devDependencies": {
"@types/node": "^24.0.1",
"ava": "^6.4.0",
"c8": "^10.1.3",
"documentation": "^14.0.3",
"etag-cache-leveldb": "^2.1.14",
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"repository-provider-test-support": "^3.1.40",
"semantic-release": "^24.2.5",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlac77/github-repository-provider.git"
},
"bugs": {
"url": "https://github.com/arlac77/github-repository-provider/issues"
},
"homepage": "https://github.com/arlac77/github-repository-provider#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-javascript-component",
"arlac77/template-typescript"
]
}
}