mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-04 18:06:45 +01:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "eth-accounts-index",
|
|
"version": "0.0.1",
|
|
"description": "Accounts index evm contract tooling with permissioned writes",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"typescript": "^4.0.5",
|
|
"web3": "^1.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"build": "tsc -d --outDir dist/",
|
|
"prepare": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"ethereum"
|
|
],
|
|
"author": "Louis Holbrook",
|
|
"license": "GPL-3.0-or-later"
|
|
}
|