Chocobozzz/PeerTube

View on GitHub
client/src/standalone/embed-player-api/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@peertube/embed-api",
  "private": false,
  "version": "0.1.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": {}
}