26 lines
860 B
JSON
26 lines
860 B
JSON
{
|
|
"name": "runtipi",
|
|
"version": "0.1.3",
|
|
"description": "A homeserver for everyone",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"act:test-install": "act --container-architecture linux/amd64 -j test-install",
|
|
"act:docker": "act --container-architecture linux/amd64 --secret-file github.secrets -j docker",
|
|
"start:dev": "docker-compose -f docker-compose.dev.yml --env-file .env.dev up --build",
|
|
"start:prod": "docker-compose --env-file .env up --build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"husky": "^8.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meienberger/runtipi.git"
|
|
},
|
|
"author": "",
|
|
"license": "GNU General Public License v3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/meienberger/runtipi/issues"
|
|
},
|
|
"homepage": "https://github.com/meienberger/runtipi#readme"
|
|
}
|