aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/embed-player-api/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-10 16:08:53 +0200
committerChocobozzz <me@florianbigard.com>2023-07-10 16:08:53 +0200
commit8953f055c86ca74f145d7ac5ac93bb6104d73af9 (patch)
tree4fd67ba6c2ba32f45bcc92e931cffe2fa57c12a4 /client/src/standalone/embed-player-api/package.json
parenta1bd2b77d99cec5c27d38501f5f12f9dc339de17 (diff)
downloadPeerTube-8953f055c86ca74f145d7ac5ac93bb6104d73af9.tar.gz
PeerTube-8953f055c86ca74f145d7ac5ac93bb6104d73af9.tar.zst
PeerTube-8953f055c86ca74f145d7ac5ac93bb6104d73af9.zip
Rename player embed api
Diffstat (limited to 'client/src/standalone/embed-player-api/package.json')
-rw-r--r--client/src/standalone/embed-player-api/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/client/src/standalone/embed-player-api/package.json b/client/src/standalone/embed-player-api/package.json
new file mode 100644
index 000000000..b549fbf52
--- /dev/null
+++ b/client/src/standalone/embed-player-api/package.json
@@ -0,0 +1,28 @@
1{
2 "name": "@peertube/embed-api",
3 "private": false,
4 "version": "0.0.6",
5 "description": "API to communicate with the PeerTube player embed",
6 "scripts": {
7 "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
12 },
13 "keywords": [
14 "peertube",
15 "embed"
16 ],
17 "main": "./dist/player.js",
18 "types": "./dist/player.d.ts",
19 "author": "Chocobozzz",
20 "license": "AGPL-3.0",
21 "bugs": {
22 "url": "https://github.com/Chocobozzz/PeerTube/issues"
23 },
24 "homepage": "https://github.com/Chocobozzz/PeerTube#readme",
25 "dependencies": {
26 "jschannel": "^1.0.2"
27 }
28}