diff --git a/package-lock.json b/package-lock.json index d0e5ff3..2d01c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,9 +32,6 @@ }, "engines": { "node": ">=22.0.0" - }, - "optionalDependencies": { - "@biomejs/cli-linux-x64": "^1.9.4" } }, "node_modules/@atproto/api": { @@ -324,6 +321,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT OR Apache-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 308c096..e10b811 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,5 @@ "tsx": "^4.21.0", "typescript": "^5.7.2", "vitest": "^2.1.8" - }, - "optionalDependencies": { - "@biomejs/cli-linux-x64": "^1.9.4" } }