21 lines
643 B
JSON
21 lines
643 B
JSON
{
|
|
"name": "umlaut-press",
|
|
"version": "1.0.0",
|
|
"packageManager": "pnpm@10.29.3",
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "yamllint .woodpecker/ci.yml .woodpecker/build.yml .woodpecker/deploy.yml docker-compose.yml",
|
|
"docker:build": "docker build --platform linux/amd64 -t git.mifi.dev/mifi/umlaut-press:latest .",
|
|
"docker:push": "docker push git.mifi.dev/mifi/umlaut-press:latest"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.4.2",
|
|
"yaml-lint": "^1.7.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.mifi.dev/mifi/umlaut-press.git"
|
|
}
|
|
}
|