{ "name": "matrix-whisper-bridge", "private": true, "version": "0.1.0", "description": "A two-way bridge between the matrix protocol and the whisper protocol", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Noman ", "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "eslint": "^5.2.0", "eslint-config-airbnb": "^17.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0" }, "dependencies": { "npm": "^6.4.1", "prompt": "^1.0.0", "transit-js": "^0.8.861", "web3": "^1.0.0-beta.35", "ws": "^6.0.0" } }