diff --git a/bundle/package.json b/bundle/package.json
index 210afe5f..928cd5fb 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -10,8 +10,7 @@
"build:api": "cd ../api/ && npm run build",
"build:cdn": "cd ../cdn/ && npm run build",
"build:gateway": "cd ../gateway/ && npm run build",
- "bundle": "npm run build && node dist/start.js",
- "start": "npm run build && node dist/root.js",
+ "start": "npm run build && node dist/start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -36,8 +35,7 @@
"@types/node-os-utils": "^1.2.0",
"async-exit-hook": "^2.0.1",
"express": "^4.17.1",
- "link": "^0.1.5",
- "mongodb-memory-server-global-4.4": "^7.3.6",
+ "mongodb-memory-server": "^7.3.6",
"node-os-utils": "^1.3.5",
"typescript": "^4.3.5"
}
|