UNPKG

gitea-repository-provider

Version:
77 lines (76 loc) 2.55 kB
{ "name": "gitea-repository-provider", "version": "4.2.19", "publishConfig": { "access": "public", "provenance": true }, "types": "./types/gitea-provider.d.mts", "exports": { ".": { "types": "./types/gitea-provider.d.mts", "default": "./src/gitea-provider.mjs" } }, "description": "repository provider for gitea", "keywords": [ "git", "gitea", "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": { "browser-stream-util": "^1.3.5", "content-entry": "^13.7.2", "fetch-link-util": "^1.1.3", "fetch-rate-limit-util": "^4.5.2", "matching-iterator": "^2.1.4", "one-time-execution-method": "^3.1.3", "repository-provider": "^35.4.9" }, "devDependencies": { "@types/node": "^22.15.17", "@types/text-encoding": "^0.0.40", "ava": "^6.3.0", "c8": "^10.1.3", "documentation": "^14.0.3", "repository-provider-test-support": "^3.1.31", "semantic-release": "^24.2.3", "typescript": "^5.8.3" }, "engines": { "node": ">=22.15.0" }, "repository": { "type": "git", "url": "git+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-javascript-component", "arlac77/template-typescript" ] } }