40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"name": "runtipi",
|
|
"version": "0.8.1",
|
|
"description": "A homeserver for everyone",
|
|
"scripts": {
|
|
"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": "./scripts/start-dev.sh",
|
|
"start:rc": "docker-compose -f docker-compose.rc.yml --env-file .env up --build",
|
|
"start:prod": "docker-compose -f docker-compose.test.yml --env-file .env up --build",
|
|
"start:pg": "docker run --name test-db -p 5433:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres:14",
|
|
"version": "echo $npm_package_version",
|
|
"release:rc": "./scripts/deploy/release-rc.sh",
|
|
"test:build": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t meienberger/runtipi:test .",
|
|
"test:build:arm64": "docker buildx build --platform linux/arm64 -t meienberger/runtipi:test ."
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.3",
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
"@commitlint/cz-commitlint": "^17.0.3",
|
|
"commitizen": "^4.2.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|