telegraph-uploader
Version:
A package that helps you to upload media files to telegra.ph
31 lines (30 loc) • 755 B
JSON
{
"name": "telegraph-uploader",
"version": "2.0.0",
"description": "A package that helps you to upload media files to telegra.ph",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loskir/telegraph-uploader.git"
},
"keywords": [
"telegraph",
"upload"
],
"author": "Loskir",
"license": "MIT",
"bugs": {
"url": "https://github.com/loskir/telegraph-uploader/issues"
},
"homepage": "https://github.com/loskir/telegraph-uploader#readme",
"dependencies": {
"form-data": "^2.5.1",
"is-buffer": "^2.0.3",
"isstream": "^0.1.2",
"node-fetch": "^2.6.0",
"stream-to-array": "^2.3.0"
}
}