mx-api
Version:
A collection of APIs for various media downloads, including TikTok, Twitter, and more. Provides easy access to download HD Wallpapers, mod apks, and metadata from various platforms.
77 lines (76 loc) • 1.54 kB
JSON
{
"name": "mx-api",
"version": "3.2.1",
"type": "commonjs",
"description": "A collection of APIs for various media downloads, including TikTok, Twitter, and more. Provides easy access to download HD Wallpapers, mod apks, and metadata from various platforms.",
"keywords": [
"ModApk",
"Ringtone",
"Wikimedia",
"StyleText",
"HdWallpaper",
"Downloader",
"Media",
"Tiny Url",
"Bitly",
"Short Url",
"Link",
"TikTok",
"tikvm",
"Video",
"XDl",
"TwitterDl",
"FBdownload",
"Download",
"Facebook",
"FBdown",
"Twitter",
"Pinterest",
"Media Download",
"mx"
],
"author": "themxgamecoder",
"license": "MIT",
"scripts": {
"start": "node src/index.js",
"test": "node src/test.js"
},
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"node-fetch": "^2.7.0"
},
"private": false,
"main": "src/index.js",
"exports": {
"import": "./src/index.js",
"require": "./src/index.js"
},
"files": [
"src",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themxgamecoder/mx-api.git"
},
"bugs": {
"url": "https://github.com/themxgamecoder/mx-api/issues"
},
"homepage": "https://github.com/themxgamecoder/mx-api#readme",
"engines": {
"node": ">=18.0.0"
},
"contributors": [
{
"name": "MX-GΔMΞCØDΞR"
},
{
"name": "themxgamecoder"
}
]
}