You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
814 B
39 lines
814 B
{
|
|
"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",
|
|
"mongodb": "^4.4.1",
|
|
"prompt": "^1.3.0",
|
|
"showdown": "^2.0.3",
|
|
"zxcvbn": "^4.4.2"
|
|
}
|
|
}
|