-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
53 lines (53 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "insta-fetcher",
"version": "1.3.35",
"description": "Simplified Instagram metadata scraping",
"main": "./dist/index.js",
"scripts": {
"build:all": "tsc && typedoc",
"build": "tsc",
"build:docs": "typedoc",
"build:tsc": "tsc",
"start": "tsc && node dist/index.js",
"prepare": "npm run build-ts",
"build-ts": "tsc"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Gimenz/insta-fetcher.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"instagram-scraper",
"instagram-downloader",
"instagram-saver",
"insta-scraper",
"instagram",
"ig-scraper",
"ig-api",
"instagram-private-api",
"instagram-api",
"instagram-scraping"
],
"author": "Muhamad Ristiyanto <agaaja187@gmail.com> <https://fb.me/mg.ezpz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gimenz/insta-fetcher/issues"
},
"homepage": "https://github.com/Gimenz/insta-fetcher",
"dependencies": {
"axios": "^0.27.2",
"big-integer": "^1.6.51",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/node": "^17.0.29",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
}
}