UNPKG

1.68 kBJSONView Raw
1{
2 "name": "gitea-repository-provider",
3 "version": "1.10.13",
4 "publishConfig": {
5 "access": "public"
6 },
7 "sideEffects": false,
8 "type": "module",
9 "main": "src/gitea-provider.mjs",
10 "module": "src/gitea-provider.mjs",
11 "description": "repository provider for gitea",
12 "keywords": [
13 "git",
14 "gitea",
15 "repository-provider"
16 ],
17 "contributors": [
18 {
19 "name": "Markus Felten",
20 "email": "markus.felten@gmx.de"
21 }
22 ],
23 "license": "BSD-2-Clause",
24 "scripts": {
25 "test": "ava --timeout 2m",
26 "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
27 "docs": "documentation readme src/gitea-provider.mjs --section=API",
28 "lint": "documentation lint src/gitea-provider.mjs"
29 },
30 "dependencies": {
31 "content-entry": "^2.3.4",
32 "micromatch": "^4.0.2",
33 "node-fetch": "^2.6.0",
34 "one-time-execution-method": "^2.0.1",
35 "repository-provider": "^16.17.6"
36 },
37 "devDependencies": {
38 "ava": "^3.8.1",
39 "c8": "^7.1.0",
40 "documentation": "^12.3.0",
41 "repository-provider-test-support": "github:arlac77/repository-provider-test-support",
42 "semantic-release": "^17.0.7"
43 },
44 "engines": {
45 "node": ">=12.16.3"
46 },
47 "repository": {
48 "type": "git",
49 "url": "https://github.com/arlac77/gitea-repository-provider.git"
50 },
51 "bugs": {
52 "url": "https://github.com/arlac77/gitea-repository-provider/issues"
53 },
54 "homepage": "https://github.com/arlac77/gitea-repository-provider#readme",
55 "template": {
56 "inheritFrom": [
57 "arlac77/template-arlac77-github",
58 "arlac77/template-esm-only"
59 ]
60 }
61}