]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Add typescript (and angular2) linter
[github/Chocobozzz/PeerTube.git] / package.json
index e94d34fa18c714a5df21eb53e8dd589ac9cccfdf..076cf6fdba9c0b6252e19894ad93d0f124a58dc4 100644 (file)
     "dev": "npm run build && NODE_ENV=test concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"",
     "livereload": "livereload ./client",
     "start": "node server",
-    "test": "standard && mocha server/tests",
+    "test": "cd client && npm test && cd .. && standard && mocha server/tests",
     "postinstall": "cd client && npm install"
   },
   "dependencies": {
     "async": "^1.2.1",
-    "bittorrent-tracker": "^7.0.0",
+    "bittorrent-tracker": "^8.0.0",
     "body-parser": "^1.12.4",
     "concurrently": "^2.0.0",
     "config": "^1.14.0",
     "mongoose": "^4.0.5",
     "morgan": "^1.5.3",
     "multer": "^1.1.0",
-    "node-ipc": "^6.0.0",
+    "node-ipc": "^7.0.0",
     "openssl-wrapper": "^0.2.3",
     "request": "^2.57.0",
     "request-replay": "^1.0.2",
     "segfault-handler": "^1.0.0",
     "ursa": "^0.9.1",
     "validator": "^5.0.0",
-    "webtorrent": "^0.86.0",
+    "webtorrent": "^0.89.0",
     "winston": "^2.1.1",
     "ws": "^1.0.1"
   },