Umami analytics stack
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "umami-stack",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.29.2",
|
||||
"engines": {
|
||||
"pnpm": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"lint": "yamllint docker-compose.yml .prettierrc.yaml .woodpecker/*.yaml"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "3.4.2",
|
||||
"yaml-lint": "1.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user