Fix video support field update
[oweals/peertube.git] / package.json
index 8efdca0551fb78c76a1e520cc0f62ea7c23da777..d4884151704ba4c8409476cfab80d91ea7909a10 100644 (file)
@@ -3,7 +3,7 @@
   "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
   "version": "2.0.0",
   "private": true,
-  "licence": "AGPLv3",
+  "licence": "AGPL-3.0",
   "engines": {
     "node": ">=8.x"
   },
     "e2e": "scripty",
     "e2e:local": "scripty",
     "setup:cli": "scripty",
-    "build": "SCRIPTY_PARALLEL=true scripty",
+    "build": "scripty",
+    "build:embed": "scripty",
     "build:server": "scripty",
     "build:client": "scripty",
     "clean:client": "scripty",
     "clean:server": "scripty",
     "clean:server:test": "scripty",
-    "watch:client": "scripty",
-    "watch:server": "scripty",
     "danger:clean:dev": "scripty",
     "danger:clean:prod": "scripty",
     "danger:clean:modules": "scripty",
@@ -44,6 +43,7 @@
     "play": "scripty",
     "dev": "scripty",
     "dev:server": "scripty",
+    "dev:embed": "scripty",
     "dev:client": "scripty",
     "dev:cli": "scripty",
     "start": "node dist/server",
@@ -72,6 +72,7 @@
     "mocha": "mocha",
     "ci": "scripty",
     "release": "scripty",
+    "release-embed-api": "scripty",
     "nightly": "scripty",
     "client-report": "scripty"
   },
     "parse-torrent": "^7.0.0",
     "password-generator": "^2.0.2",
     "pem": "^1.12.3",
-    "pfeed": "1.1.10",
+    "pfeed": "1.1.11",
     "pg": "^7.4.1",
     "prompt": "^1.0.0",
     "redis": "^2.8.0",