38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"name": "runtipi",
|
|
"version": "0.4.1",
|
|
"description": "A homeserver for everyone",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"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 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",
|
|
"build:common": "cd packages/common && npm run build",
|
|
"start:pg": "docker run --name test-db -p 5432:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres",
|
|
"version": "echo $npm_package_version"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/node": "17.0.31",
|
|
"husky": "^8.0.1",
|
|
"jest": "^28.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"ts-jest": "^28.0.2",
|
|
"typescript": "4.6.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",
|
|
"dependencies": {}
|
|
}
|