klefki/bun.lock
Jared Allard a0c82943d5
Some checks failed
tests / golangci-lint (push) Failing after 29s
tests / go test (push) Failing after 47s
chore: initial commit w/ stencil
2025-02-13 18:01:03 -08:00

14 lines
373 B
Text

{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "@homelab/klefki",
"devDependencies": {
"prettier": "^3.5.1",
},
},
},
"packages": {
"prettier": ["prettier@3.5.1", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw=="],
}
}