UNPKG

transfr

Version:

A Node CLI to upload files with https://transfer.sh/

46 lines (45 loc) 1.08 kB
{ "name": "transfr", "version": "1.1.0", "description": "A Node CLI to upload files with https://transfer.sh/", "keywords": [ "transfer.sh", "cli", "commander", "upload" ], "repository": "git@github.com:adambrgmn/transfr.git", "homepage": "https://github.com/adambrgmn/transfr", "bugs": { "url": "https://github.com/adambrgmn/transfr/issues", "email": "adam@fransvilhel.com" }, "license": "MIT", "author": "Adam Bergman <adam@fransvilhelm.com>", "files": [ ".bin", "lib" ], "main": "index.js", "bin": ".bin/transfr.js", "scripts": { "start": ".bin/transfr.js -d lib", "test": "echo 'no test provided yet'", "lint": "eslint 'lib/**/*.js'" }, "dependencies": { "adm-zip": "^0.4.7", "cli-spinners": "^1.0.0", "commander": "^2.9.0", "concat-stream": "^1.6.0", "copy-paste": "^1.3.0", "got": "^6.7.1", "ora": "^1.2.0", "pump": "^1.0.2" }, "devDependencies": { "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-plugin-import": "^2.2.0" } }