]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/standalone/player/package.json
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / client / src / standalone / player / package.json
CommitLineData
478924a0
C
1{
2 "name": "@peertube/embed-api",
03d641a0 3 "private": false,
6ccdf9d5 4 "version": "0.0.4",
478924a0
C
5 "description": "API to communicate with the PeerTube player embed",
6 "scripts": {
6f9719b5 7 "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"
478924a0
C
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
12 },
13 "keywords": [
14 "peertube",
15 "embed"
16 ],
03d641a0
C
17 "main": "./dist/player.js",
18 "types": "./dist/player.d.ts",
478924a0
C
19 "author": "Chocobozzz",
20 "license": "AGPL-3.0",
21 "bugs": {
22 "url": "https://github.com/Chocobozzz/PeerTube/issues"
23 },
03d641a0
C
24 "homepage": "https://github.com/Chocobozzz/PeerTube#readme",
25 "dependencies": {
26 "jschannel": "^1.0.2"
27 }
478924a0 28}