-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbun.lock
More file actions
24 lines (23 loc) · 762 Bytes
/
bun.lock
File metadata and controls
24 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "github",
"dependencies": {
"@sapphire/prettier-config": "^2.0.0",
},
"devDependencies": {
"prettier": "^3.5.3",
},
},
},
"overrides": {
"ansi-regex": "^6.1.0",
"minimist": "^1.2.8",
},
"packages": {
"@sapphire/prettier-config": ["@sapphire/prettier-config@2.0.0", "", { "dependencies": { "prettier": "^3.0.0" } }, "sha512-Vie8KR5zQ6sbEP4+biW/IR7k55saGfZkTSuRlgvxCBKb4SBJdRWcOBI80i+JxMVIDDZKgXlgYnXEST+FgZiWXA=="],
"prettier": ["prettier@3.6.2", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ=="],
}
}