-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
71 lines (71 loc) · 1.76 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "social-media-api",
"version": "1.2.3",
"description": "Social Media API for Instagram, Facebook, LinkedIn, YouTube, X/Twitter, Google Business Profile, Reddit, TikTok, and Telegram. Easily integrate with your platform or app to schedule posts, get analytics, or manage comments on behalf of your users.",
"main": "index.js",
"type": "module",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayrshare/social-media-api"
},
"keywords": [
"Ayrshare",
"Social Media",
"Social Networks",
"Social Networking",
"Social Posting",
"Social Media API",
"Social API",
"API Social Post",
"Automation",
"Automate Social Post",
"Facebook API",
"Twitter API",
"X API",
"LinkedIn API",
"Reddit API",
"Google Business Profile API",
"GMB API",
"Telegram API",
"Instagram API",
"YouTube API",
"TikTok API",
"TikTok Posting",
"Instagram",
"Instgram API",
"Schedule Social Media",
"Social Media White Label",
"Social Media Multiple Users",
"Client Social Media",
"Agency Social Media",
"Social Sharing API",
"Facebook Analytics",
"Twitter Analytics",
"LinkedIn Analytics",
"Instagram Analytics",
"Reddit Analytics",
"Google My Business Analytics",
"TikTok Analytics"
],
"author": "Ayrshare",
"url": "https://www.ayrshare.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayrshare/social-media-api/issues"
},
"bin": {
"social-media-api": "./index.js"
},
"homepage": "https://www.ayrshare.com",
"dependencies": {
"datauri": "^4.1.0",
"got": "^11.8.6"
},
"devDependencies": {
"rollup": "^4.17.2"
}
}