-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 963 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
36
37
38
39
{
"name": "puppeteer-instagram-account-creation",
"version": "0.0.1",
"description": "Instagram automation driven by headless chrome.",
"main": "index.js",
"repository": "nnishad/puppeteer-instagram-account-creation",
"author": "Nikhil Nishad <nikhilnishad279@gmail.com>",
"license": "MIT",
"reveal": true,
"type": "module",
"scripts": {
"start": "nodemon index.js"
},
"engines": {
"node": ">=8"
},
"keywords": [
"puppeteer",
"instagram"
],
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"parse-email": "^1.0.0",
"standard": "^17.1.0",
"update-markdown-jsdoc": "^1.0.11"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"delay": "^6.0.0",
"nodemon": "^2.0.22",
"p-map": "^6.0.0",
"p-retry": "^5.1.2",
"puppeteer": "^20.4.0",
"puppeteer-email": "^0.1.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"random": "^4.1.0"
}
}