-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 756 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
27
28
29
{
"name": "neopets-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "env BASE_URL=http://www.neopets.com NEOPETS_USERNAME=username NEOPETS_PASSWORD=password node ./src/login.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"install": "^0.13.0",
"npm": "^6.14.8",
"puppeteer": "^2.1.0",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-adblocker": "^2.11.7",
"puppeteer-extra-plugin-stealth": "^2.6.2",
"puppeteer-firefox": "^0.5.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"zlib": "^1.0.5"
},
"devDependencies": {
"dotenv": "^8.2.0",
"request-debug": "^0.2.0"
}
}