summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json6
1 files changed, 2 insertions, 4 deletions
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"
 	}