eth-accounts-index/js/package.json

21 lines
452 B
JSON
Raw Permalink Normal View History

2020-11-14 00:13:55 +01:00
{
"name": "eth-accounts-index",
"version": "0.0.1",
"description": "Accounts index evm contract tooling with permissioned writes",
"main": "dist/index.js",
"dependencies": {
2020-11-14 00:17:28 +01:00
"typescript": "^4.0.5",
2020-11-14 00:13:55 +01:00
"web3": "^1.3.0"
},
"devDependencies": {},
"scripts": {
2020-11-14 00:17:28 +01:00
"build": "tsc -d --outDir dist/",
"prepare": "npm run build"
2020-11-14 00:13:55 +01:00
},
"keywords": [
"ethereum"
],
"author": "Louis Holbrook",
"license": "GPL-3.0-or-later"
}