21 lines
662 B
JSON
21 lines
662 B
JSON
{
|
|
"name": "mifi-holdings-landing",
|
|
"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-holdings/landing:latest .",
|
|
"docker:push": "docker push git.mifi.dev/mifi-holdings/landing:latest"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.4.2",
|
|
"yaml-lint": "^1.7.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mifi-holdings/landing.git"
|
|
}
|
|
}
|