-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
48 lines (48 loc) · 1.03 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "instagram-nodejs-without-api",
"description": "Auth and get followers on instagram with nodejs",
"version": "1.2.1",
"main": "instagram.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yatsenkolesh/instagram-nodejs.git"
},
"keywords": [
"Instagram",
"Instagram",
"without",
"API",
"get",
"instagram",
"followers",
"nodejs",
"mass-following",
"mass-liking",
"instagram-feed",
"instagram-search",
"instagram-full-search"
],
"author": "Alex Yatsenko <[email protected]> (http://webfay.net)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/yatsenkolesh/instagram-nodejs/issues"
},
"homepage": "https://github.com/yatsenkolesh/instagram-nodejs#readme",
"dependencies": {
"fetch-cookie": "^0.6.0",
"form-data": "^2.1.2",
"node-fetch": "^1.6.3"
},
"devDependencies": {
"ava": "^2.4.0",
"dotenv": "^8.1.0"
},
"ava": {
"require": [
"esm"
]
}
}