fediblock-instance/package.json

33 lines
1006 B
JSON
Raw Normal View History

2024-09-15 17:44:53 +00:00
{
"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": {
2024-09-28 00:15:08 +00:00
"start": "rm -f core && node server.js",
2024-09-15 17:44:53 +00:00
"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 ."
},
"dependencies": {
2024-09-21 21:01:00 +00:00
"@elastic/elasticsearch": "^8.15.0",
2024-09-15 17:44:53 +00:00
"@peertube/http-signature": "^1.7.0",
"activitypub-express": "^4.4.2",
2024-09-21 21:01:00 +00:00
"dayjs": "^1.11.13",
"express": "^4.21.0",
2024-09-15 17:44:53 +00:00
"html2canvas": "^1.4.1",
"mongodb": "^4.17.2",
"morgan": "^1.10.0",
"node-schedule": "^2.1.1",
"parcel": "^2.12.0",
2024-09-21 21:01:00 +00:00
"rotating-file-stream": "^3.2.5",
2024-10-13 22:05:40 +00:00
"stream-json": "^1.8.0",
2024-09-15 17:44:53 +00:00
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
2024-09-21 21:01:00 +00:00
}