]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Fix travis regex
[github/Chocobozzz/PeerTube.git] / package.json
index acc4b7e1f375d7c17039ba3fac94f47b0300f34c..7f704b5a83c8f503d800db72560dd5a946747d0e 100644 (file)
@@ -46,7 +46,6 @@
     "dev:embed": "scripty",
     "dev:client": "scripty",
     "dev:cli": "scripty",
-    "dev:embed": "scripty",
     "start": "node dist/server",
     "start:server": "node dist/server --no-client",
     "update-host": "node ./dist/scripts/update-host.js",
     "mocha": "mocha",
     "ci": "scripty",
     "release": "scripty",
+    "release-embed-api": "scripty",
     "nightly": "scripty",
-    "client-report": "scripty"
-  },
-  "husky": {
-    "hooks": {
-      "pre-commit": "lint-staged"
-    }
-  },
-  "lint-staged": {
-    "*.scss": [
-      "sass-lint -c client/.sass-lint.yml",
-      "git add"
-    ],
-    "support/doc/api/*.yaml": [
-      "node ./node_modules/swagger-cli/bin/swagger-cli.js validate support/doc/api/openapi.yaml",
-      "git add"
-    ],
-    "server/tools/README.md": [
-      "npm run generate-cli-doc",
-      "git add"
-    ]
+    "client-report": "scripty",
+    "swagger-cli": "swagger-cli",
+    "sass-lint": "sass-lint"
   },
   "resolutions": {
     "@types/bluebird": "3.5.27"
     "fluent-ffmpeg": "^2.1.0",
     "fs-extra": "^8.0.1",
     "helmet": "^3.12.1",
-    "http-signature": "1.2.0",
+    "http-signature": "1.3.1",
     "ip-anonymize": "^0.1.0",
     "ipaddr.js": "1.9.1",
     "is-cidr": "^3.0.0",
     "iso-639-3": "^1.0.1",
     "js-yaml": "^3.5.4",
-    "jsonld": "~1.8.0",
+    "jsonld": "~2.0.1",
     "lodash": "^4.17.10",
     "lru-cache": "^5.1.1",
     "magnet-uri": "^5.1.4",
     "reflect-metadata": "^0.1.12",
     "request": "^2.81.0",
     "scripty": "^1.5.0",
-    "sequelize": "5.21.2",
+    "sequelize": "5.21.3",
     "sequelize-typescript": "^1.0.0-beta.4",
     "sharp": "^0.23.3",
     "sitemap": "^5.0.0",
     "@types/chai": "^4.0.4",
     "@types/chai-json-schema": "^1.4.3",
     "@types/chai-xml": "^0.3.1",
-    "@types/config": "^0.0.34",
+    "@types/config": "^0.0.36",
     "@types/express": "^4.0.35",
     "@types/express-rate-limit": "^3.3.0",
     "@types/fluent-ffmpeg": "^2.1.8",
     "@types/sharp": "^0.23.0",
     "@types/socket.io": "^2.1.2",
     "@types/supertest": "^2.0.3",
-    "@types/validator": "^10.9.0",
+    "@types/validator": "^12.0.1",
     "@types/webtorrent": "^0.107.0",
     "@types/ws": "^6.0.0",
     "chai": "^4.1.1",
     "chai-json-schema": "^1.5.0",
     "chai-xml": "^0.3.2",
     "concurrently": "^5.0.0",
-    "husky": "^3.0.1",
     "libxmljs": "0.19.7",
     "lint-staged": "^9.2.0",
     "maildev": "^1.0.0-rc3",
+    "marked": "^0.8.0",
     "marked-man": "^0.7.0",
-    "mocha": "^6.0.0",
+    "mocha": "^7.0.0",
     "mocha-parallel-tests": "^2.2.1",
     "nodemon": "^2.0.1",
-    "sass-lint": "^1.12.1",
     "source-map-support": "^0.5.0",
     "supertest": "^4.0.2",
     "swagger-cli": "^2.2.0",