summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:37:39 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:37:39 +0100
commit851897a95a996e3cbfc863d043064f90198807d5 (patch)
tree09a2fbc4b77b2fba6b54bc5aa612e333c9af642f /package.json
parentMerge branch 'master' of https://github.com/discord-open-source/discord-api (diff)
downloadserver-ts-851897a95a996e3cbfc863d043064f90198807d5.tar.xz
added guild routes
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json

index c37b12a1..1768c04f 100644 --- a/package.json +++ b/package.json
@@ -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",