theelector/package.json

18 lines
316 B
JSON

{
"name": "theelector",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.20",
"web3": "^1.3.0"
},
"type": "module"
}