{ "name": "filepizza", "version": "1.1.0", "description": "Free peer-to-peer file transfers in your browser.", "bin": "./dist/index.js", "author": "Alex Kern (http://kern.io)", "license": "BSD-3-Clause", "homepage": "https://github.com/kern/filepizza", "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "repository": { "type": "git", "url": "git@github.com:kern/filepizza.git" }, "bugs": { "url": "https://github.com/kern/filepizza/issues" }, "dependencies": { "alt": "^0.14.4", "classnames": "^1.2.0", "express": "^4.12.0", "express-force-ssl": "^0.3.1", "express-winston": "^0.3.1", "filepizza-socket": "^1.0.0", "newrelic": "^1.21.1", "next": "^9.5.3", "nib": "^1.1.0", "node-uuid": "^1.4.3", "nodemon": "^1.4.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-frozenhead": "^0.3.0", "react-google-analytics": "^0.2.0", "react-qr": "0.0.2", "react-router": "^0.13.1", "socket.io": "^1.3.5", "socket.io-client": "^1.3.5", "stylus": "^0.52.4", "twilio": "^2.9.1", "webrtcsupport": "^2.2.0", "winston": "^1.0.1", "xkcd-password": "^1.2.0" }, "devDependencies": { "@types/node": "^14.11.1", "@types/react": "^16.9.49", "typescript": "^4.0.3" } }