diff --git a/package.json b/package.json
index 99a0f2d3..3780b2bb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "fosscord-server",
+ "name": "spacebar-server",
"version": "1.0.0",
- "description": "A Fosscord server written in Node.js",
+ "description": "A Spacebar server written in Node.js",
"scripts": {
"prepare": "husky install",
"postinstall": "npx patch-package",
@@ -26,17 +26,17 @@
"types": "src/bundle/index.ts",
"repository": {
"type": "git",
- "url": "git+https://github.com/fosscord/fosscord-server.git"
+ "url": "git+https://github.com/spacebarchat/server.git"
},
- "author": "Fosscord",
+ "author": "Spacebar",
"license": "AGPL-3.0-only",
"bugs": {
- "url": "https://github.com/fosscord/fosscord-server/issues"
+ "url": "https://github.com/spacebarchat/server/issues"
},
"imports": {
"#*": "./dist/*/index.js"
},
- "homepage": "https://fosscord.com",
+ "homepage": "https://spacebar.chat",
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/bcrypt": "^5.0.0",
@@ -108,10 +108,10 @@
"ws": "^8.9.0"
},
"_moduleAliases": {
- "@fosscord/api": "dist/api",
- "@fosscord/cdn": "dist/cdn",
- "@fosscord/gateway": "dist/gateway",
- "@fosscord/util": "dist/util"
+ "@spacebar/api": "dist/api",
+ "@spacebar/cdn": "dist/cdn",
+ "@spacebar/gateway": "dist/gateway",
+ "@spacebar/util": "dist/util"
},
"optionalDependencies": {
"erlpack": "^0.1.4",
|