@trap_stevo/filetide-cli
Version:
Seamless, real-time file transfers between devices with effortless connectivity. A powerful command-line tool built for instant, secure, and cross-platform file sharing, enabling efficient and reliable data transfers in any network environment.
72 lines (71 loc) • 2.21 kB
JSON
{
"name": "@trap_stevo/filetide-cli",
"version": "0.0.29",
"description": "Seamless, real-time file transfers between devices with effortless connectivity. A powerful command-line tool built for instant, secure, and cross-platform file sharing, enabling efficient and reliable data transfers in any network environment.",
"main": "dist/cjs/FileTideCLI.js",
"exports": {
".": "dist/cjs/FileTideCLI.js"
},
"bin": {
"filetide": "./dist/cjs/filetide-cli-surge.js",
"filetide-cli": "./dist/cjs/filetide-cli.js"
},
"scripts": {
"update-details": "ResourceHacker.exe -open ./out/filetide-cli.exe -save ./out/filetide-cli.exe -action addoverwrite -res filetide-cli-versioninfo.res",
"update-icon": "python updateEXEIcon.py",
"update": "pkg . --targets node18-win-x64 --out-path ./out && npm run update-details",
"build": "babel src -d dist/cjs --env-name cjs",
"start-cli": "node dist/cjs/filetide-cli.js",
"start": "node dist/cjs/FileTideCLI.js"
},
"keywords": [
"Legendary",
"Enlightened",
"Steven Compton",
"Magical",
"real-time",
"file-transfer",
"CLI",
"file-sharing",
"file-sync",
"peer-to-peer",
"p2p",
"networking",
"data-transfer",
"file-upload",
"file-download",
"secure-transfer",
"live-file-transfer",
"command-line",
"cross-platform",
"fast-transfer",
"file-syncing",
"data-streaming",
"real-time-sync"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"pkg": {
"assets": [
"node_modules/**/*"
],
"targets": [
"node18-win-x64"
]
},
"dependencies": {
"@trap_stevo/filetide": "^0.0.57",
"@trap_stevo/filetide-client": "^0.0.29",
"@trap_stevo/iotide": "^0.0.41",
"@trap_stevo/legendarybuilderpronodejs-utilities": "^1.0.43",
"chalk": "^4.1.2",
"readline": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3"
}
}