diff --git a/README.md b/README.md index d848e60..0548e07 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > A reverse proxy for local development with SSL support, custom domains, and more. -## ☘️ Features +## Features - Reverse Proxy - SSL Support @@ -19,12 +19,12 @@ - /etc/hosts Management - Dependency-free Binary -## 🤖 Usage +## Usage ```bash bun install -d bun-reverse-proxy -# brew install reverse-proxy -# pkgx install reverse-proxy +# brew install reverse-proxy - wip +# pkgx install reverse-proxy - wip ``` Now, you can use it in your project: @@ -94,3 +94,12 @@ For casual chit-chat with others using this package: The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information. Made with 💙 + + +[npm-version-src]: https://img.shields.io/npm/v/bun-reverse-proxy?style=flat-square +[npm-version-href]: https://npmjs.com/package/bun-reverse-proxy +[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/reverse-proxy/ci.yml?style=flat-square&branch=main +[github-actions-href]: https://github.com/stacksjs/reverse-proxy/actions?query=workflow%3Aci + + diff --git a/package.json b/package.json index 4992087..b0f782d 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,12 @@ "test": "bun test", "typecheck": "bun --bun tsc --noEmit" }, + "dependencies": { + "@stacksjs/cli": "workspace:*", + "@stacksjs/path": "workspace:*", + "@stacksjs/storage": "workspace:*", + "c12": "^1.9.0" + }, "devDependencies": { "@commitlint/cli": "^19.0.3", "@stacksjs/eslint-config": "^0.58.73",