mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Add js packaging
This commit is contained in:
parent
6ad2866173
commit
5336542d04
2675
js/package-lock.json
generated
Normal file
2675
js/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
18
js/package.json
Normal file
18
js/package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user