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

52 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-12 20:33:02 +02:00
{
2021-08-13 13:00:31 +02:00
"name": "@fosscord/util",
2021-08-13 12:28:39 +02:00
"version": "1.3.55",
2021-08-12 20:33:02 +02:00
"description": "Utility functions for the all server repositories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
2021-08-13 19:20:03 +02:00
"postinstall": "npm run build",
2021-08-15 00:58:53 +02:00
"build": "npx tsc -b ."
2021-08-12 20:33:02 +02:00
},
"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/",
2021-08-15 13:53:21 +02:00
"devDependencies": {
2021-08-13 19:20:03 +02:00
"@types/amqplib": "^0.8.1",
2021-08-12 20:33:02 +02:00
"@types/jsonwebtoken": "^8.5.0",
2021-08-13 19:20:03 +02:00
"@types/mongodb": "^3.6.9",
2021-08-15 22:18:53 +02:00
"@types/mongoose": "^5.10.5",
2021-08-12 20:33:02 +02:00
"@types/mongoose-autopopulate": "^0.10.1",
"@types/mongoose-lean-virtuals": "^0.5.1",
2021-08-13 19:20:03 +02:00
"@types/node": "^14.17.9",
2021-08-15 13:53:21 +02:00
"@types/node-fetch": "^2.5.12"
},
"dependencies": {
2021-08-12 20:33:02 +02:00
"ajv": "^8.5.0",
2021-08-15 00:58:53 +02:00
"amqplib": "^0.8.0",
2021-08-12 20:33:02 +02:00
"dot-prop": "^6.0.1",
"env-paths": "^2.2.1",
"jsonwebtoken": "^8.5.1",
2021-08-15 22:18:53 +02:00
"missing-native-js-functions": "^1.2.10",
2021-08-12 20:33:02 +02:00
"mongodb": "^3.6.9",
2021-08-15 00:58:53 +02:00
"mongoose": "^5.13.7",
"mongoose-autopopulate": "^0.12.3",
"node-fetch": "^2.6.1",
"typescript": "^4.1.3"
2021-08-12 20:33:02 +02:00
}
}