forked from gopi2401/insta-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.68 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "insta-package",
"version": "0.0.1",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup --config",
"test": "node ./test/test.js"
},
"keywords": [
"Instagram",
"Downloader",
"Download",
"Media",
"link",
"Photo",
"Video",
"Videos",
"Url",
"Picture",
"image",
"Images",
"download",
"insta",
"Stories",
"Node.js",
"Instagram API",
"Social Media",
"Media Downloader",
"Instagram Downloader",
"JavaScript",
"API Integration",
"IG Media Download",
"Social Media Tools"
],
"author": "gopi <gopi2401coc@gmail.com>",
"license": "MIT",
"description": "This Node.js package provides a simple and efficient way to download media from Instagram. Whether you need to download images, videos, or stories, this package makes it easy with minimal setup. Designed for developers, this package supports various media formats and ensures quick downloads, making it perfect for both personal use and larger projects. With straightforward API calls, you can integrate Instagram media downloading functionality into your applications effortlessly.",
"repository": {
"type": "git",
"url": "git+https://github.com/gopi2401/insta-package.git"
},
"bugs": {
"url": "https://github.com/gopi2401/insta-package/issues"
},
"homepage": "https://github.com/gopi2401/insta-package#readme",
"dependencies": {
"crypto-js": "^4.2.0"
},
"devDependencies": {
"rollup": "^4.18.0"
},
"files": [
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"private": false,
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
}
}