1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 10:41:34 +02:00
server/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2021-02-05 15:19:44 +01:00
{
"name": "@fosscord/server-util",
2021-04-26 22:17:29 +02:00
"version": "1.0.8",
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",
2021-02-05 15:19:44 +01:00
"license": "ISC",
"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-02-09 19:07:55 +01:00
"homepage": "https://github.com/fosscord/fosscord-server-util#readme",
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",
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-04-06 23:25:11 +02:00
"mongodb": "^3.6.6",
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
}
}