This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/package.json

40 lines
836 B
JSON

{
"name": "media-host",
"version": "1.0.0",
"description": "File host written in Node.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://git.gay/a/media-host"
},
"keywords": [
"image-host",
"video-host",
"audio-host",
"media-hoster"
],
"author": "tacohitbox",
"license": "Unlicense",
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"du": "^1.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"ffmpeg-static": "^5.1.0",
"formidable": "^2.0.1",
"github-username-regex": "^1.0.0",
"hcaptcha": "^0.1.1",
"is-tor": "^3.5.1",
"mime": "^3.0.0",
"mongodb": "^4.4.1",
"prompt": "^1.3.0",
"showdown": "^2.0.3",
"zxcvbn": "^4.4.2"
}
}