-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.18 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
{
"name": "upload-post",
"version": "2.2.2",
"description": "Official client library for Upload-Post API - Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"keywords": [
"social-media",
"video-upload",
"photo-upload",
"tiktok",
"instagram",
"youtube",
"linkedin",
"facebook",
"pinterest",
"threads",
"reddit",
"bluesky",
"twitter",
"x",
"api-client",
"social-media-api",
"upload-post"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Upload-Post/upload-post-npm.git"
},
"homepage": "https://www.upload-post.com",
"bugs": {
"url": "https://github.com/upload-post/upload-post-npm/issues"
},
"author": "Upload-Post <hi@img2html.com>",
"dependencies": {
"axios": "^1.6.2",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14.0.0"
}
}