UNPKG

@robmcelhinney/qr-file-share

Version:

Node.js http server allowing for file transfers over local area network made easier with QR code output on start.

57 lines (56 loc) 1.25 kB
{ "name": "@robmcelhinney/qr-file-share", "version": "0.1.8", "description": "Node.js http server allowing for file transfers over local area network made easier with QR code output on start.", "main": "server.js", "bin": "bin.js", "repository": "github:robmcelhinney/qr-file-share", "dependencies": { "@material-ui/core": "^4.9.12", "archiver": "^4.0.1", "express": "^4.17.1", "express-fileupload": "^1.1.7-alpha.3", "meow": "^6.1.1", "qrcode-terminal": "^0.12.0" }, "scripts": { "test": "echo \"Error: no test specified.\"", "start-server": "node bin.js", "start": "npm run build-client && node bin", "build-client": "cd client && npm run build && cd .." }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "files": [ "client/build", "bin.js", "server.js", "constants.js" ], "pkg": { "assets": [ "client/build/**" ] }, "keywords": [ "qr", "share", "WiFi", "terminal", "file", "share" ] }