{ "name": "fediblock-instance", "version": "1.0.0", "description": "Fediblock Instance", "author": "ale", "repository": { "type": "git", "url": "https://git.manalejandro.com/ale/fediblock-instance" }, "license": "MIT", "scripts": { "start": "node index.js", "build": "cd ../front && yarn build", "install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature . && cd ../../front && yarn" }, "private": true, "dependencies": { "@elastic/elasticsearch": "^8.17.1", "@peertube/http-signature": "^1.7.0", "@supercharge/promise-pool": "^3.2.0", "@types/morgan": "^1.9.9", "activitypub-express": "^4.4.2", "express": "^4.21.2", "express-async-handler": "^1.2.0", "express-rate-limit": "^7.5.0", "express-validator": "^7.2.1", "mongodb": "^4.17.2", "morgan": "^1.10.0", "node-schedule": "^2.1.1", "rotating-file-stream": "^3.2.6", "stream-json": "^1.9.1", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" } }