@smoud/playable-sdk
Version:
It's unified Playable SDK that supports MRAID, Google, Facebook, Vungle, and many more Ad Networks, simplifying playable ad development with a standardized interface for seamless cross-network compatibility.
79 lines (78 loc) • 1.92 kB
JSON
{
"name": "@smoud/playable-sdk",
"version": "1.0.18",
"description": "It's unified Playable SDK that supports MRAID, Google, Facebook, Vungle, and many more Ad Networks, simplifying playable ad development with a standardized interface for seamless cross-network compatibility.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/smoudjs/playable-sdk.git"
},
"files": [
"dist",
"LICENSE",
"README.md",
"defines.d.ts"
],
"scripts": {
"build": "npx tsup",
"test": "jest",
"deploy": "npm run test && npm run build && npm publish --access public"
},
"author": "Smoud",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.7.2"
},
"bugs": {
"mail": "peter.hutsul@gmail.com",
"url": "https://github.com/smoudjs/playable-sdk/issues"
},
"homepage": "https://github.com/smoudjs/playable-sdk",
"keywords": [
"playable",
"sdk",
"playable-sdk",
"PlayableSDK",
"playable-ads",
"html5",
"html5-playable",
"playable-ad-sdk",
"playable-ads-sdk",
"html5-playable-ads",
"interactive-ads",
"ads",
"ad-sdk",
"ad-network",
"ad-monetization",
"mraid",
"mraid-sdk",
"google-ads",
"facebook-playable",
"unity-ads",
"vungle",
"ironsource",
"mintegral",
"tiktok-ads",
"pangle-sdk",
"applovin",
"chartboost",
"adcolony",
"snapchat-ads",
"appreciate-ads",
"liftoff",
"mytarget",
"javascript-sdk",
"typescript-sdk",
"game-ad-sdk",
"html5-sdk",
"interactive-ads",
"playable-ads-engine"
]
}