2024-03-19 22:22:36 -05:00
|
|
|
{
|
|
|
|
"name": "backend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2024-04-20 12:37:59 -05:00
|
|
|
"main": "src/index.js",
|
2024-03-19 22:22:36 -05:00
|
|
|
"scripts": {
|
2024-05-04 19:24:22 -05:00
|
|
|
"test": "mocha",
|
2024-04-24 14:04:29 -05:00
|
|
|
"login": "node scripts/matrix-login"
|
2024-03-19 22:22:36 -05:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-03-20 16:30:27 -05:00
|
|
|
"@metamask/eth-sig-util": "^7.0.1",
|
2024-04-19 18:08:18 -05:00
|
|
|
"axios": "^1.6.8",
|
2024-04-20 12:37:59 -05:00
|
|
|
"bluebird": "^3.7.2",
|
2024-03-19 22:22:36 -05:00
|
|
|
"dotenv": "^16.4.5",
|
2024-04-19 18:08:18 -05:00
|
|
|
"ethers": "^6.12.0",
|
2024-03-19 22:22:36 -05:00
|
|
|
"express": "^4.18.2",
|
2024-04-21 12:51:58 -05:00
|
|
|
"express-async-errors": "^3.1.1",
|
2024-04-23 20:01:49 -05:00
|
|
|
"fastq": "^1.17.1",
|
2024-03-20 20:00:56 -05:00
|
|
|
"level": "^8.0.1",
|
2024-05-02 13:44:37 -05:00
|
|
|
"lodash": "^4.17.21",
|
2024-04-23 20:01:49 -05:00
|
|
|
"matrix-bot-sdk": "^0.7.1",
|
2024-05-01 22:24:53 -05:00
|
|
|
"object-hash": "^3.0.0",
|
|
|
|
"uuid": "^9.0.1"
|
2024-03-19 22:22:36 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-04 19:24:22 -05:00
|
|
|
"assert": "^2.1.0",
|
2024-03-19 22:22:36 -05:00
|
|
|
"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",
|
2024-05-04 19:24:22 -05:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"mocha": "^10.4.0",
|
|
|
|
"proxyquire": "^2.1.3"
|
2024-03-19 22:22:36 -05:00
|
|
|
}
|
|
|
|
}
|