-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 854 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
{
"name": "instagram-apis",
"version": "1.0.5",
"description": "Insatgram library filled with useful Instagram API's",
"main": "index.js",
"scripts": {},
"keywords": [
"instagram",
"insatgram api",
"instagram library",
"instagram lib"
],
"author": "Mohamed",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"get-video-duration": "^4.1.0",
"randomstring": "^1.2.2",
"readline-sync": "^1.4.10",
"request": "^2.88.2",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OnFireMohamed/instagram-apis"
},
"bugs": {
"url": "https://github.com/OnFireMohamed/instagram-apis/issues"
},
"homepage": "https://github.com/OnFireMohamed/instagram-apis#readme"
}