-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 751 Bytes
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
{
"name": "blackboard-auto",
"version": "1.0.0",
"description": "A nodejs based application that automatically logs in into your accounts and attends your classes on cuchd.blackboard.com website",
"main": "index.js",
"scripts": {
"setup": "node server.js setup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apra487/BlackBoard-AutoLogger.git"
},
"author": "Apra487",
"license": "MIT",
"bugs": {
"url": "https://github.com/Apra487/BlackBoard-AutoLogger/issues"
},
"homepage": "https://github.com/Apra487/BlackBoard-AutoLogger#readme",
"dependencies": {
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"puppeteer": "^5.4.1",
"commander": "^6.2.0",
"inquirer": "^7.3.3"
}
}