-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
39 lines (39 loc) · 960 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": "instagram-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async-file": "^2.0.2",
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"cron": "^1.6.0",
"delay": "^4.2.0",
"dotenv": "^8.0.0",
"fetch-cookie": "^0.7.2",
"https-proxy-agent": "^2.2.1",
"inquirer": "^6.4.1",
"instagram-private-api": "^0.6.8",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"mysql": "^2.17.1",
"node-cmd": "^3.0.0",
"node-fetch": "^2.3.0",
"public-ip": "^3.1.0",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"socks": "^2.3.2",
"string": "^3.3.3",
"tor-request": "^3.1.0",
"tough-cookie": "^3.0.1",
"url": "^0.11.0",
"user-agents": "^1.0.317",
"username-generator": "^1.1.0"
}
}