-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 830 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "github-auto-followers-bot",
"version": "1.0.0",
"description": "https://github.com/KevinTrinh1227/Github-Auto-Followers-Bot",
"main": "src/index.js",
"src": {
"github-auto-followers-bot": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinTrinh1227/Github-Auto-Followers-Bot.git"
},
"author": "KevinTrinh1227",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevinTrinh1227/Github-Auto-Followers-Bot/issues"
},
"homepage": "https://github.com/KevinTrinh1227/Github-Auto-Followers-Bot#readme",
"dependencies": {
"axios": "^1.7.9",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.7",
"node-cron": "^3.0.3"
}
}