{
|
|
"name": "high-tea",
|
|
"version": "1.1.0",
|
|
"description": "Self-hosted full-stack Gitea service designed for use with Traefik.",
|
|
"scripts": {
|
|
"start": "docker-compose up -d",
|
|
"debug": "docker-compose up -d && docker-compose logs -f --tail=10",
|
|
"release": "standard-version --sign"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.habd.as/comfusion/high-tea.git"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"gitea",
|
|
"docker",
|
|
"postres",
|
|
"traefik"
|
|
],
|
|
"author": "Josh Habdas",
|
|
"license": "WTFPL",
|
|
"homepage": "https://after-dark.habd.as/extra/high-tea/",
|
|
"devDependencies": {
|
|
"standard-version": "^4.4.0"
|
|
}
|
|
}
|