diff --git a/README.md b/README.md index efdb931..91eb625 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Allows you to subscribe to all repositories in an organization. ## Usage 1. Clone the repository -2. Install the required dependency for the script you want to use +2. Run `npm install` to install dependencies 3. Make necessary changes to the script 4. Run the script diff --git a/package.json b/package.json new file mode 100644 index 0000000..fde2b99 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "axios": "^1.9.0", + "@octokit/rest": "^22.0.0" + } +} \ No newline at end of file