-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 936 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
30
31
32
33
34
35
{
"name": "mrbeast_100m_cron",
"version": "1.0.0",
"description": "A CronJob to make a user the N'th subscriber to any public youtube channel",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sedoid/mrbeast_100M_cron.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sedoid/mrbeast_100M_cron/issues"
},
"homepage": "https://github.com/Sedoid/mrbeast_100M_cron#readme",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"gapi": "^0.0.3",
"googleapis": "^105.0.0",
"node-cron": "^3.0.1",
"node-mailer": "^0.1.1",
"query-string": "^7.1.1",
"request": "^2.88.2",
"url-parse": "^1.5.10"
}
}