# Package Script Runner A command-line interface (CLI) tool built in Rust that detects `package.json` files and provides an interactive prompt to run npm scripts. ## Features - Automatically detects `package.json` in the current directory - Lists all available npm scripts - Provides an interactive prompt for selecting and running scripts - Easy-to-use interface ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. ## Acknowledgements - This project was inspired by the need for a quick and easy way to run npm scripts from the command line. - Built with Rust 🦀