diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-12 20:33:02 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-12 20:33:02 +0200 |
commit | 4f2596789875b894e5b45d7cfafcc7cf6ca46aef (patch) | |
tree | 20b4728a0ff390bd982f2346807f3176efc8c1f9 /util/package.json | |
parent | Merge branch 'rtc' (diff) | |
download | server-4f2596789875b894e5b45d7cfafcc7cf6ca46aef.tar.xz |
:sparkles: util
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/util/package.json b/util/package.json new file mode 100644 index 00000000..0478fe69 --- /dev/null +++ b/util/package.json @@ -0,0 +1,48 @@ +{ + "name": "@fosscord/server-util", + "version": "1.3.52", + "description": "Utility functions for the all server repositories", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "tsc -b .", + "prepublish": "npm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/fosscord/fosscord-server-util.git" + }, + "keywords": [ + "discord", + "fosscord", + "fosscord-server-util", + "discord open source", + "discord-open-source" + ], + "author": "Fosscord", + "license": "GPLV3", + "bugs": { + "url": "https://github.com/fosscord/fosscord-server-util/issues" + }, + "homepage": "https://docs.fosscord.com/", + "dependencies": { + "@types/jsonwebtoken": "^8.5.0", + "@types/mongoose-autopopulate": "^0.10.1", + "@types/mongoose-lean-virtuals": "^0.5.1", + "@types/node": "^14.14.25", + "ajv": "^8.5.0", + "amqplib": "^0.8.0", + "dot-prop": "^6.0.1", + "env-paths": "^2.2.1", + "jsonwebtoken": "^8.5.1", + "missing-native-js-functions": "^1.2.2", + "mongodb": "^3.6.9", + "mongoose": "^5.12.3", + "mongoose-autopopulate": "^0.12.3", + "typescript": "^4.1.3" + }, + "devDependencies": { + "@types/amqplib": "^0.8.1" + } +} |