-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (30 loc) · 1.04 KB
/
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
{
"name": "rightmovewebscraper",
"version": "1.0.0",
"description": "A web scraper for RightMove",
"main": "index.js",
"scripts": {
"nvm": "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash",
"build": "export NVM_DIR=\"$HOME/.nvm\" && [ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\" && [ -s \"$NVM_DIR/bash_completion\" ] && . \"$NVM_DIR/bash_completion\" && nvm use 21",
"start": "node test/controlCenter.js",
"stageone": "node functions/StageOne/getAllResults.js",
"stagetwo": "node functions/StageTwo/inspectIndividualProperty.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Your Name",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"package.json": "^2.0.1",
"puppeteer": "^22.13.1",
"puppeteer-core": "^22.13.1",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-stealth": "^2.7.11"
},
"directories": {
"test": "test"
}
}