{ "name": "runtipi", "version": "0.6.1", "description": "A homeserver for everyone", "scripts": { "prepare": "husky install", "commit": "git-cz", "act:test-install": "act --container-architecture linux/amd64 -j test-install", "act:docker": "act --container-architecture linux/amd64 --secret-file github.secrets -j build-images", "start:dev": "docker-compose -f docker-compose.dev.yml --env-file .env.dev up --build", "start:rc": "docker-compose -f docker-compose.rc.yml --env-file .env up --build", "start:prod": "docker-compose --env-file .env up --build", "start:pg": "docker run --name test-db -p 5433:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres", "version": "echo $npm_package_version" }, "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@commitlint/cz-commitlint": "^17.0.3", "commitizen": "^4.2.4", "husky": "^8.0.1", "inquirer": "8.2.4" }, "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", "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } } }