-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
44 lines (44 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
40
41
42
43
44
{
"name": "instagram-url-direct",
"version": "1.1.3",
"description": "Get direct url to download from Instagram media links",
"main": "src/instagram.js",
"scripts": {
"test": "jest"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended/all"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/victorsouzaleal/instagram-direct-url.git"
},
"keywords": [
"instagram",
"downloader",
"media",
"link",
"photo",
"video",
"url",
"picture",
"image",
"download"
],
"author": "victorsouzaleal <victorsouzaleal@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/victorsouzaleal/instagram-direct-url/issues"
},
"homepage": "https://github.com/victorsouzaleal/instagram-direct-url#readme",
"dependencies": {
"axios": "^1.7.7",
"qs": "^6.13.0"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-extended": "^4.0.2"
}
}