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 15:19:44 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 15:19:44 +0100
commitf44d93d5348c056909f2b4049e0e87dbf025c052 (patch)
tree477c41227a3a06c948b31858017f0e86789be13c /package.json
parentDatabase (diff)
downloadserver-f44d93d5348c056909f2b4049e0e87dbf025c052.tar.xz
:tada: init
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..0b10724f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+	"name": "discord-server-util",
+	"version": "1.0.0",
+	"description": "",
+	"main": "index.js",
+	"scripts": {
+		"test": "echo \"Error: no test specified\" && exit 1"
+	},
+	"repository": {
+		"type": "git",
+		"url": "git+https://github.com/discord-open-source/discord-server-util.git"
+	},
+	"keywords": [],
+	"author": "",
+	"license": "ISC",
+	"bugs": {
+		"url": "https://github.com/discord-open-source/discord-server-util/issues"
+	},
+	"homepage": "https://github.com/discord-open-source/discord-server-util#readme",
+	"dependencies": {
+		"jsonwebtoken": "^8.5.1",
+		"lambert-db": "^1.1.4"
+	},
+	"devDependencies": {
+		"@types/jsonwebtoken": "^8.5.0"
+	}
+}