upload-post
Version:
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)
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "upload-post",
"version": "2.8.1",
"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"
}
}