UNPKG

aetherz-uploader

Version:

A simple any file hosting uploader for node.js

35 lines (34 loc) 750 B
{ "type": "module", "name": "aetherz-uploader", "version": "1.0.5", "description": "A simple any file hosting uploader for node.js", "main": "src/index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/PRINCE-AETHER/uploader.git" }, "keywords": [ "uploader", "file-upload", "file-hosting", "file", "cloud", "cloud-file" ], "author": "AETHER", "license": "ISC", "bugs": { "url": "https://github.com/PRINCE-AETHER/uploader/issues" }, "homepage": "https://github.com/PRINCE-AETHER/uploader#readme", "dependencies": { "axios": "^1.7.2", "file-type": "^19.0.0", "form-data": "^4.0.0", "util": "^0.12.5" } }