{ "name": "fediblock-instance", "version": "1.0.0", "description": "Fediblock Instance", "author": "ale", "repository": { "type": "git", "url": "https://gitlab.com/manalejandro/fediblock-instance" }, "license": "MIT", "scripts": { "start": "node --max-old-space-size=1024 --expose-gc server.js", "build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/", "install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ." }, "engines": { "node": ">=20" }, "dependencies": { "@elastic/elasticsearch": "^8.14.0", "@peertube/http-signature": "^1.7.0", "activitypub-express": "^4.4.2", "dayjs": "^1.11.12", "express": "^4.19.2", "html2canvas": "^1.4.1", "mongodb": "^4.17.2", "morgan": "^1.10.0", "node-schedule": "^2.1.1", "parcel": "^2.12.0", "rotating-file-stream": "^3.2.3", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" } }