-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 838 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 838 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
38
{
"name": "@shitgram/node-shitgram",
"version": "1.4.3",
"description": "A JavaScript library to make requests to Instagram",
"main": "index.js",
"repository": "git://github.com/shitgram/node-shitgram.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": {
"name": "Tenasa Tupitsyn (EL TENASA)",
"url": "http://tenasa.gq"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"axios": "^0.19.0",
"request": "^2.88.0"
},
"keywords": [
"shitgram",
"instagram",
"insta",
"users",
"stories",
"highlights",
"images",
"videos",
"albums",
"session",
"scrap",
"fetch"
],
"bugs": "https://github.com/shitgram/node-shitgram/issues",
"homepage": "https://github.com/shitgram/node-shitgram#readme",
"license": "MIT"
}