-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 920 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
{
"name": "pronote-scraper",
"version": "1.0.0",
"description": "A NodeJS/Puppeteer Program able to scrape the Pronote Website (Reverse engineering).",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pronote-Extra/pronote-scraper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pronote-Extra/pronote-scraper/issues"
},
"homepage": "https://github.com/Pronote-Extra/pronote-scraper#readme",
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-basic-auth": "^1.2.1",
"puppeteer": "^13.3.2",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-anonymize-ua": "^2.3.3",
"puppeteer-extra-plugin-stealth": "^2.9.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}