WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Remove the optional dep

markbennett.ca e94a2d76 57719cd9

verified
+1 -6
+1 -3
package-lock.json
··· 32 32 }, 33 33 "engines": { 34 34 "node": ">=22.0.0" 35 - }, 36 - "optionalDependencies": { 37 - "@biomejs/cli-linux-x64": "^1.9.4" 38 35 } 39 36 }, 40 37 "node_modules/@atproto/api": { ··· 324 321 "cpu": [ 325 322 "x64" 326 323 ], 324 + "dev": true, 327 325 "license": "MIT OR Apache-2.0", 328 326 "optional": true, 329 327 "os": [
-3
package.json
··· 49 49 "tsx": "^4.21.0", 50 50 "typescript": "^5.7.2", 51 51 "vitest": "^2.1.8" 52 - }, 53 - "optionalDependencies": { 54 - "@biomejs/cli-linux-x64": "^1.9.4" 55 52 } 56 53 }