mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 12:04:39 +00:00
Merge branch 'master' of https://github.com/discord-open-source/discord-api
This commit is contained in:
+5
-5
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "discord-api",
|
||||
"name": "fosscord-api",
|
||||
"version": "1.0.0",
|
||||
"description": "This repository contains the HTTP API Server",
|
||||
"main": "index.js",
|
||||
@@ -10,21 +10,21 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/discord-open-source/discord-api.git"
|
||||
"url": "git+https://github.com/fosscord/fosscord-api.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/discord-open-source/discord-api/issues"
|
||||
"url": "https://github.com/fosscord/fosscord-api/issues"
|
||||
},
|
||||
"homepage": "https://github.com/discord-open-source/discord-api#readme",
|
||||
"homepage": "https://github.com/fosscord/fosscord-api#readme",
|
||||
"dependencies": {
|
||||
"bcrypt": "^5.0.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"discord-server-util": "github:discord-open-source/discord-server-util",
|
||||
"express": "^4.17.1",
|
||||
"express-validator": "^6.9.2",
|
||||
"fosscord-server-util": "git+https://github.com/fosscord/fosscord-server-util.git",
|
||||
"i18next": "^19.8.5",
|
||||
"i18next-http-middleware": "^3.1.0",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
|
||||
Reference in New Issue
Block a user