UNPKG

fichier

Version:
47 lines (46 loc) 1.02 kB
{ "name": "fichier", "version": "1.0.4", "description": "File transfers CLI.", "main": "app.js", "bin": { "fichier": "bin/fichier", "@josejuan2412/fichier": "bin/fichier" }, "publishConfig": { "access": "public" }, "scripts": { "start": "nodemon -r esm app.js" }, "keywords": [ "CLI", "fichier", "sharing" ], "author": "Jose Juan Jaen", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/josejuan2412/fichier" }, "bugs": { "url": "https://github.com/josejuan2412/fichier/issues" }, "homepage": "https://github.com/josejuan2412/fichier", "dependencies": { "archiver": "^4.0.1", "arg": "^4.1.3", "body-parser": "^1.19.0", "chalk": "^4.0.0", "clear": "^0.1.0", "esm": "^3.2.25", "express": "^4.17.1", "figlet": "^1.4.0", "inquirer": "^7.1.0", "lodash": "^4.17.15", "qrcode-terminal": "^0.12.0", "serve-index": "^1.9.1", "short-unique-id": "^3.0.0-rc1" } }