mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
19 lines
394 B
JSON
19 lines
394 B
JSON
|
{
|
||
|
"name": "eth-accounts-index",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Accounts index evm contract tooling with permissioned writes",
|
||
|
"main": "dist/index.js",
|
||
|
"dependencies": {
|
||
|
"web3": "^1.3.0"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "python tests/test_app.js"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ethereum"
|
||
|
],
|
||
|
"author": "Louis Holbrook",
|
||
|
"license": "GPL-3.0-or-later"
|
||
|
}
|