diff --git a/bundle/package.json b/bundle/package.json
index be584631..c8d6a9f3 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -11,6 +11,7 @@
"build:cdn": "cd ../cdn/ && npm run build",
"build:gateway": "cd ../gateway/ && npm run build",
"start": "npm run build && node dist/start.js",
+ "root": "npm run build && node dist/root.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -25,19 +26,19 @@
},
"homepage": "https://fosscord.com",
"dependencies": {
- "@types/async-exit-hook": "^2.0.0",
- "@types/express": "^4.17.13",
- "@types/node-os-utils": "^1.2.0",
- "typescript": "^4.3.5",
- "@types/node": "^16.6.1",
"@fosscord/api": "file:../api",
"@fosscord/cdn": "file:../cdn",
"@fosscord/gateway": "file:../gateway",
"@fosscord/util": "file:../util",
+ "@types/async-exit-hook": "^2.0.0",
+ "@types/express": "^4.17.13",
+ "@types/node": "^16.6.1",
+ "@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",
- "node-os-utils": "^1.3.5"
+ "node-os-utils": "^1.3.5",
+ "typescript": "^4.3.5"
}
}
|