mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 11:17:29 +02:00
Point devDependency @types/bun at `latest` and refresh `bun.lock` to @types/bun@1.3.12 / bun-types@1.3.12 (from 1.3.9).
15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"name": "update-wiki",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/argparse": "^2.0.17",
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
}
|
|
}
|