36 líneas
1.1 KiB
JSON
36 líneas
1.1 KiB
JSON
{
|
|
"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.18.2",
|
|
"@peertube/http-signature": "^1.7.0",
|
|
"@supercharge/promise-pool": "^3.2.0",
|
|
"@types/morgan": "^1.9.10",
|
|
"activitypub-express": "^4.4.2",
|
|
"express": "^4.21.2",
|
|
"express-async-handler": "^1.2.0",
|
|
"express-rate-limit": "^7.5.1",
|
|
"express-validator": "^7.2.1",
|
|
"mongodb": "^4.17.2",
|
|
"morgan": "^1.10.1",
|
|
"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"
|
|
}
|
|
}
|