UNPKG

mrnima-temporary-uploader

Version:

Temporary file hosting and temporaray direct link generator unofficial package, by mrnima.

33 lines (32 loc) 845 B
{ "name": "mrnima-temporary-uploader", "version": "1.0.0", "description": "Temporary file hosting and temporaray direct link generator unofficial package, by mrnima.", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/DarkMakerofc/mrnima-temporary-uploader.git" }, "keywords": [ "tempofile", "fileuploader", "filehost", "directlink" ], "author": "MRnima", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/DarkMakerofc/mrnima-temporary-uploader/issues" }, "homepage": "https://github.com/DarkMakerofc/mrnima-temporary-uploader#readme", "dependencies": { "axios": "^1.7.7", "file-type": "^16.5.4", "form-data": "^4.0.0", "fs": "^0.0.1-security", "node-fetch": "^2.6.1" } }