diff --git a/bun.lock b/bun.lock index 7fb72b0..088bc8d 100644 --- a/bun.lock +++ b/bun.lock @@ -8,6 +8,7 @@ "@openrouter/sdk": "^0.12.79", "chalk": "^5.6.2", "commander": "^15.0.0", + "dotenv": "^17.4.2", "identitydb": "^0.5.0", "ora": "^9.4.0", }, @@ -43,6 +44,8 @@ "denque": ["denque@2.1.0", "", {}, "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw=="], + "dotenv": ["dotenv@17.4.2", "", {}, "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw=="], + "generate-function": ["generate-function@2.3.1", "", { "dependencies": { "is-property": "^1.0.2" } }, "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ=="], "get-east-asian-width": ["get-east-asian-width@1.6.0", "", {}, "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA=="], diff --git a/package.json b/package.json index 00ae905..d4fbb3d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@openrouter/sdk": "^0.12.79", "chalk": "^5.6.2", "commander": "^15.0.0", + "dotenv": "^17.4.2", "identitydb": "^0.5.0", "ora": "^9.4.0" }