UNPKG

@peertube/embed-api

Version:

API to communicate with the PeerTube player embed

27 lines (26 loc) 751 B
{ "name": "@peertube/embed-api", "private": false, "version": "0.2.0", "description": "API to communicate with the PeerTube player embed", "scripts": { "build": "rm -rf ./build ./dist && ../../../node_modules/.bin/tsc && ../../../node_modules/.bin/vite build --mode production --config ./vite.config.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "keywords": [ "peertube", "embed" ], "main": "./dist/player.js", "types": "./dist/player.d.ts", "author": "Chocobozzz", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/Chocobozzz/PeerTube/issues" }, "homepage": "https://github.com/Chocobozzz/PeerTube#readme", "dependencies": {} }