UNPKG

@gotipath/uploader

Version:

Interact with and control an embedded Gotipath Stream Player.

42 lines (41 loc) 925 B
{ "name": "@gotipath/uploader", "version": "0.0.2", "description": "Interact with and control an embedded Gotipath Stream Player.", "author": "Gotipath <https://www.gotipath.com>", "license": "MIT", "main": "dist/player.js", "module": "dist/player.es.js", "jsnext:main": "dist/player.es.js", "type": "module", "directories": { "lib": "src/" }, "files": [ "src", "dist" ], "scripts": { "clean": "rm -rf dist", "build": "rollup --config", "watch": "rollup --config --watch" }, "repository": { "type": "git", "url": "git+https://github.com/GotipathTeam/player.js.git" }, "keywords": [ "player", "playerjs", "media", "video" ], "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-terser": "^0.4.4", "esbuild": "0.20.1", "rollup": "^4.13.0", "rollup-plugin-esbuild": "^6.1.1" }, "dependencies": {} }