{ "name": "backend", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "login": "node scripts/matrix-login" }, "author": "", "license": "ISC", "dependencies": { "@metamask/eth-sig-util": "^7.0.1", "axios": "^1.6.8", "bluebird": "^3.7.2", "dotenv": "^16.4.5", "ethers": "^6.12.0", "express": "^4.18.2", "express-async-errors": "^3.1.1", "fastq": "^1.17.1", "level": "^8.0.1", "matrix-bot-sdk": "^0.7.1", "object-hash": "^3.0.0" }, "devDependencies": { "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0" } }