2022-05-12 19:02:03 +00:00
|
|
|
{
|
|
|
|
"name": "runtipi",
|
2022-12-20 19:45:19 +00:00
|
|
|
"version": "0.8.1",
|
2022-05-12 19:02:03 +00:00
|
|
|
"description": "A homeserver for everyone",
|
2022-05-12 19:19:35 +00:00
|
|
|
"scripts": {
|
2022-07-27 20:15:41 +00:00
|
|
|
"commit": "git-cz",
|
2022-05-16 21:30:08 +00:00
|
|
|
"act:test-install": "act --container-architecture linux/amd64 -j test-install",
|
2022-06-01 19:54:55 +00:00
|
|
|
"act:docker": "act --container-architecture linux/amd64 --secret-file github.secrets -j build-images",
|
2022-10-13 17:57:58 +00:00
|
|
|
"start:dev": "./scripts/start-dev.sh",
|
2022-05-18 16:50:53 +00:00
|
|
|
"start:rc": "docker-compose -f docker-compose.rc.yml --env-file .env up --build",
|
2022-12-15 14:18:25 +00:00
|
|
|
"start:prod": "docker-compose -f docker-compose.test.yml --env-file .env up --build",
|
2022-07-28 17:48:25 +00:00
|
|
|
"start:pg": "docker run --name test-db -p 5433:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres",
|
2022-10-07 11:36:29 +00:00
|
|
|
"version": "echo $npm_package_version",
|
2022-12-15 14:18:25 +00:00
|
|
|
"release:rc": "./scripts/deploy/release-rc.sh",
|
|
|
|
"test:build": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t meienberger/runtipi:test ."
|
2022-05-12 19:19:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-27 20:15:41 +00:00
|
|
|
"@commitlint/cli": "^17.0.3",
|
|
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
|
|
"@commitlint/cz-commitlint": "^17.0.3",
|
2022-08-25 08:23:35 +00:00
|
|
|
"commitizen": "^4.2.4",
|
|
|
|
"inquirer": "8.2.4"
|
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"
|
|
|
|
},
|
2022-06-03 20:42:23 +00:00
|
|
|
"homepage": "https://github.com/meienberger/runtipi#readme",
|
2022-07-27 20:15:41 +00:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "@commitlint/cz-commitlint"
|
|
|
|
}
|
|
|
|
}
|
2022-05-12 19:02:03 +00:00
|
|
|
}
|