Add js packaging

This commit is contained in:
nolash 2020-11-14 00:13:55 +01:00
parent 6ad2866173
commit 5336542d04
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2693 additions and 0 deletions

2675
js/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

18
js/package.json Normal file
View File

@ -0,0 +1,18 @@
{
"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"
}