2022-05-12 19:02:03 +00:00
|
|
|
{
|
|
|
|
"name": "runtipi",
|
2022-05-17 18:29:11 +00:00
|
|
|
"version": "0.1.3",
|
2022-05-12 19:02:03 +00:00
|
|
|
"description": "A homeserver for everyone",
|
2022-05-12 19:19:35 +00:00
|
|
|
"scripts": {
|
2022-05-16 17:55:49 +00:00
|
|
|
"prepare": "husky install",
|
2022-05-16 21:30:08 +00:00
|
|
|
"act:test-install": "act --container-architecture linux/amd64 -j test-install",
|
2022-05-17 17:29:12 +00:00
|
|
|
"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"
|
2022-05-12 19:19:35 +00:00
|
|
|
},
|
2022-05-17 18:50:35 +00:00
|
|
|
"dependencies": {},
|
2022-05-12 19:19:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"husky": "^8.0.1"
|
2022-05-12 19:02:03 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|