forked from gippy/instagram-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 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
{
"name": "instagram-scraper",
"version": "0.0.1",
"description": "Crawls through instagram pages and stores posts, comments and details",
"main": "main.js",
"dependencies": {
"@types/got": "^9.6.11",
"@types/tough-cookie": "^4.0.0",
"@types/tunnel": "0.0.1",
"@types/underscore": "^1.10.24",
"apify": "^0.21.8",
"got": "^9.6.0",
"request-promise-native": "^1.0.9",
"safe-eval": "^0.4.1",
"tough-cookie": "^3.0.1",
"tunnel": "0.0.6",
"underscore": "^1.11.0"
},
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gippy/instagram-scraper.git"
},
"author": "Jaroslav Hejlek",
"license": "ISC",
"homepage": "https://github.com/gippy/instagram-scraper",
"devDependencies": {
"@apify/eslint-config": "^0.1.3",
"eslint": "^7.11.0"
}
}