mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-08 11:52:55 +01:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@fosscord/server-util",
|
|
"version": "1.0.5",
|
|
"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 ."
|
|
},
|
|
"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": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/fosscord/fosscord-server-util/issues"
|
|
},
|
|
"homepage": "https://github.com/fosscord/fosscord-server-util#readme",
|
|
"dependencies": {
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/mongoose-autopopulate": "^0.10.1",
|
|
"@types/mongoose-lean-virtuals": "^0.5.1",
|
|
"@types/node": "^14.14.25",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"missing-native-js-functions": "^1.2.2",
|
|
"mongodb": "^3.6.6",
|
|
"mongoose": "^5.12.3",
|
|
"mongoose-autopopulate": "^0.12.3",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|