dgf-prototype/backend/package.json

34 lines
835 B
JSON
Raw Permalink Normal View History

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-04-24 14:04:29 -05:00
"test": "echo \"Error: no test specified\" && exit 1",
"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",
"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",
"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",
"fastq": "^1.17.1",
"level": "^8.0.1",
"matrix-bot-sdk": "^0.7.1",
"object-hash": "^3.0.0"
2024-03-19 22:22:36 -05:00
},
"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"
}
}