X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=bdc389572ac559045476a5ecfb970525e9171627;hb=c8487f3f63c90fbfddaa906b3cbd90fb209ab1bb;hp=41a040c59724862ad7c430ea8b8d418ebc039989;hpb=3acc50844047a37698f0618fa235c138e386a053;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 41a040c59..bdc389572 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "1.2.1", + "version": "1.3.0-rc.2", "private": true, "licence": "AGPLv3", "engines": { @@ -23,6 +23,7 @@ "scripts": { "e2e": "scripty", "e2e:local": "scripty", + "setup:cli": "scripty", "build": "SCRIPTY_PARALLEL=true scripty", "build:server": "scripty", "build:client": "scripty", @@ -91,9 +92,8 @@ "@types/bluebird": "3.5.21" }, "dependencies": { - "application-config": "^1.0.1", + "apicache": "^1.4.0", "async": "^2.0.0", - "async-lock": "^1.1.2", "async-lru": "^1.1.1", "bcrypt": "3.0.5", "bittorrent-tracker": "^9.0.0", @@ -148,7 +148,6 @@ "sitemap": "^2.1.0", "socket.io": "^2.2.0", "srt-to-vtt": "^1.1.2", - "summon-install": "^0.4.3", "useragent": "^2.3.0", "uuid": "^3.1.0", "validator": "^10.2.0", @@ -159,6 +158,7 @@ "youtube-dl": "^1.12.2" }, "devDependencies": { + "@types/apicache": "^1.2.0", "@types/async": "^2.0.40", "@types/async-lock": "^1.1.0", "@types/bcrypt": "^3.0.0", @@ -204,6 +204,7 @@ "maildev": "^1.0.0-rc3", "marked-man": "^0.4.2", "mocha": "^6.0.0", + "mocha-parallel-tests": "^2.1.0", "nodemon": "^1.18.6", "sass-lint": "^1.12.1", "source-map-support": "^0.5.0", @@ -218,8 +219,5 @@ "scripty": { "silent": true }, - "summon": { - "silent": true - }, "sasslintConfig": "client/.sass-lint.yml" }