summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 16:24:51 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 16:24:51 +0100
commit7b6a7db93e002be846d72c74e48f4f24ea729abe (patch)
treee10750b4075bb3e4a3bbecb149df845194e2b419 /package.json
parentMerge branch 'master' of https://github.com/discord-open-source/discord-server (diff)
downloadserver-ts-7b6a7db93e002be846d72c74e48f4f24ea729abe.tar.xz
:art: use discord-server-util
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json

index 45ddcf05..d2744980 100644 --- a/package.json +++ b/package.json
@@ -1,5 +1,5 @@ { - "name": "discord-server-opensource", + "name": "discord-api", "version": "1.0.0", "description": "", "main": "index.js", @@ -10,18 +10,19 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Trenite/discord-server-opensource.git" + "url": "git+https://github.com/discord-open-source/discord-api.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/Trenite/discord-server-opensource/issues" + "url": "https://github.com/discord-open-source/discord-api/issues" }, - "homepage": "https://github.com/Trenite/discord-server-opensource#readme", + "homepage": "https://github.com/discord-open-source/discord-api#readme", "dependencies": { "bcrypt": "^5.0.0", "body-parser": "^1.19.0", + "discord-server-util": "git+https://github.com/discord-open-source/discord-server-util.git", "express": "^4.17.1", "express-validator": "^6.9.2", "i18next": "^19.8.5",