]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Add auto follow back support for instances
[github/Chocobozzz/PeerTube.git] / package.json
index 0c1ec93d13e33212392715d4e0b3905616fc1221..38c40bcf0788f48aca8122f8e89162b84d2f3217 100644 (file)
     "lru-cache": "^5.1.1",
     "magnet-uri": "^5.1.4",
     "memoizee": "^0.4.14",
+    "module-alias": "^2.2.1",
     "morgan": "^1.5.3",
     "multer": "^1.1.0",
     "nodemailer": "^6.0.0",
   "scripty": {
     "silent": true
   },
-  "sasslintConfig": "client/.sass-lint.yml"
+  "sasslintConfig": "client/.sass-lint.yml",
+  "_moduleAliases": {
+    "@server": "dist/server"
+  }
 }