share-now
Version:
Peer-to-peer file sharing straight from your terminal 🚀
54 lines (53 loc) • 1.06 kB
JSON
{
"name": "share-now",
"version": "2.0.12",
"description": "",
"main": "src/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"@guillermosd/share-now": "bin/share-now",
"share-now": "bin/share-now"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuillermoCoding/share-now.git"
},
"keywords": [
"cli",
"share-now",
"share",
"file",
"http",
"cmd",
"command-line",
"command",
"args",
"url",
"prompt",
"terminal",
"console",
"download",
"peer-to-peer",
"sharing"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GuillermoCoding/share-now/issues"
},
"homepage": "https://github.com/GuillermoCoding/share-now#readme",
"dependencies": {
"colors": "^1.4.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-useragent": "^1.0.13",
"ngrok": "^3.2.5",
"path": "^0.12.7"
},
"devDependencies": {}
}