-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 814 Bytes
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
{
"name": "instagram-clii",
"version": "1.1.7",
"description": "A powerful command-line interface for Instagram",
"main": "lib/cli.js",
"bin": {
"instagram-cli": "./bin/instagram-cli.js"
},
"scripts": {
"start": "node bin/instagram-cli.js",
"test": "node bin/instagram-cli.js --help"
},
"keywords": [
"instagram",
"cli",
"social-media",
"automation"
],
"author": "Gyovannyvpn23",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kunboruto20/Instagram-clii.git"
},
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.3.0",
"inquirer": "^8.2.6",
"instagram-private-api": "^1.46.1",
"ora": "^5.4.1"
},
"engines": {
"node": ">=14.0.0"
}
}