dgf-prototype/backend/package.json

29 lines
669 B
JSON
Raw Normal View History

2024-03-19 22:22:36 -05:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2024-03-20 16:30:27 -05:00
"@metamask/eth-sig-util": "^7.0.1",
"axios": "^1.6.8",
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",
"level": "^8.0.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"
}
}