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.json13
1 files changed, 7 insertions, 6 deletions
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" } }