X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=38c40bcf0788f48aca8122f8e89162b84d2f3217;hb=00aab0666c6f772548c160fdfa871a8843b88f37;hp=0c1ec93d13e33212392715d4e0b3905616fc1221;hpb=282e61e6c11f79e919c543871783fe1a00298d18;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 0c1ec93d1..38c40bcf0 100644 --- a/package.json +++ b/package.json @@ -132,6 +132,7 @@ "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", @@ -224,5 +225,8 @@ "scripty": { "silent": true }, - "sasslintConfig": "client/.sass-lint.yml" + "sasslintConfig": "client/.sass-lint.yml", + "_moduleAliases": { + "@server": "dist/server" + } }