UNPKG

embedia-vue

Version:

A vue component package to embed videos such as Facebook, Instagram, TikTok, YouTube/Shorts, Twitter/X, Vimeo, and Dailymotion.

54 lines (53 loc) 1.3 kB
{ "name": "embedia-vue", "version": "1.2.5", "description": "A vue component package to embed videos such as Facebook, Instagram, TikTok, YouTube/Shorts, Twitter/X, Vimeo, and Dailymotion.", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/demjhonsilver/embedia-vue.git" }, "homepage": "https://demjhonsilver.github.io/embedia-vue-docs/", "scripts": { "build": "vite build", "types": "vue-tsc --declaration --emitDeclarationOnly", "prepublishOnly": "npm run build && npm run types" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "@babel/preset-typescript": "^7.0.0", "@types/node": "^22.5.2", "@vitejs/plugin-vue": "^4.6.2", "typescript": "^5.5.4", "vite": "^4.5.3", "vue": "^3.4.38", "vue-tsc": "^2.1.4" }, "peerDependencies": { "vue": "^3.0.0" }, "keywords": [ "embed", "video", "embed video", "facebook", "instagram", "reels", "youtube", "vimeo", "tiktok", "dailymotion", "twitter", "x", "shorts", "javascript", "typescript", "vue" ], "author": "Demjhon Silver", "license": "MIT", "dependencies": {} }