{ "name": "libp2p-in-browser", "version": "1.0.0", "description": "A libp2p node running in the browser", "main": "dist/index.html", "browserslist": [ "last 2 Chrome versions" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "parcel build index.html", "start": "parcel index.html" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@babel/preset-env": "^7.13.0", "libp2p": "../../", "libp2p-bootstrap": "^0.12.1", "libp2p-mplex": "^0.10.0", "libp2p-noise": "^2.0.0", "libp2p-webrtc-star": "^0.22.0", "libp2p-websockets": "^0.15.0" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-polyfill": "^6.26.0", "parcel": "next" } }