1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00
server/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2021-02-05 15:19:44 +01:00
{
"name": "@fosscord/server-util",
2021-05-30 17:05:08 +02:00
"version": "1.3.13",
2021-04-21 13:26:56 +02:00
"description": "Utility functions for the all server repositories",
2021-02-05 15:35:57 +01:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2021-02-05 15:19:44 +01:00
"scripts": {
2021-02-05 15:35:57 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b ."
2021-02-05 15:19:44 +01:00
},
"repository": {
"type": "git",
2021-02-09 19:07:55 +01:00
"url": "git+https://github.com/fosscord/fosscord-server-util.git"
2021-02-05 15:19:44 +01:00
},
"keywords": [
"discord",
"fosscord",
"fosscord-server-util",
"discord open source",
"discord-open-source"
],
2021-04-23 00:10:10 +02:00
"author": "Fosscord",
"license": "GPLV3",
2021-02-05 15:19:44 +01:00
"bugs": {
2021-02-09 19:07:55 +01:00
"url": "https://github.com/fosscord/fosscord-server-util/issues"
2021-02-05 15:19:44 +01:00
},
2021-05-25 01:20:14 +02:00
"homepage": "https://docs.fosscord.com/",
2021-02-05 15:19:44 +01:00
"dependencies": {
2021-04-18 14:23:49 +02:00
"@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",
"dot-prop": "^6.0.1",
"env-paths": "^2.2.1",
2021-02-05 15:19:44 +01:00
"jsonwebtoken": "^8.5.1",
2021-02-13 09:30:21 +01:00
"missing-native-js-functions": "^1.2.2",
2021-05-24 20:47:21 +02:00
"mongodb": "^3.6.8",
2021-04-07 20:26:19 +02:00
"mongoose": "^5.12.3",
2021-04-08 15:32:32 +02:00
"mongoose-autopopulate": "^0.12.3",
2021-02-05 15:35:57 +01:00
"typescript": "^4.1.3"
2021-02-05 15:19:44 +01:00
}
}