-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "instagram-save-downloader",
"version": "1.0.0",
"description": "A small program for various types of Instagram media downloads",
"main": "index.js",
"scripts": {
"start": "(clear || cls) && (bash start.sh || ((clear || cls) && node index.js --color))"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resenkkomj/instagram-save-downloader.git"
},
"keywords": [
"instagram",
"downloader",
"instagram-bot",
"instagram-downloader",
"instagram-downloader-app",
"instagram-downloader-bot"
],
"author": "Resen",
"license": "ISC",
"bugs": {
"url": "https://github.com/resenkkomj/instagram-save-downloader/issues"
},
"homepage": "https://github.com/resenkkomj/instagram-save-downloader#readme",
"dependencies": {
"chalk": "^4.1.0",
"cli-progress": "^3.12.0",
"crypto-js": "^4.1.1",
"instagram-id-to-url-segment": "^0.0.0",
"instagram-private-api": "^1.45.3",
"request-promise": "^4.2.6",
"spinnies": "^0.5.1"
}
}