-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbun.lock
More file actions
17 lines (16 loc) · 708 Bytes
/
bun.lock
File metadata and controls
17 lines (16 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "flutter_hooks_test",
"devDependencies": {
"@evilmartians/lefthook": "^1.5.5",
"prettier": "^3.6.1",
},
},
},
"packages": {
"@evilmartians/lefthook": ["@evilmartians/lefthook@1.11.14", "", { "os": [ "linux", "win32", "darwin", ], "cpu": [ "x64", "ia32", "arm64", ], "bin": { "lefthook": "bin/index.js" } }, "sha512-vh6lqXVwh7uhI5C/gKB7InW8RyMFYXN27U4Hlum8ZBcDrOviF9fmcBJf4C6ZboWkD3j8v1qp4psc3bwynhPlTQ=="],
"prettier": ["prettier@3.6.1", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-5xGWRa90Sp2+x1dQtNpIpeOQpTDBs9cZDmA/qs2vDNN2i18PdapqY7CmBeyLlMuGqXJRIOPaCaVZTLNQRWUH/A=="],
}
}