in3
Version:
IN3 Ethereum client WASM with bindings for Javascript and Typescript types
29 lines (28 loc) • 779 B
JSON
{
"name": "in3",
"version": "3.3.3",
"description": "IN3 Ethereum client WASM with bindings for Javascript and Typescript types",
"main": "index.js",
"author": "Blockchains",
"license": "(AGPL-3.0-or-later OR commercial)",
"scripts": {
"doc": "typedoc --includeDeclarations --ignoreCompilerErrors --mode file --excludeExternals --out doc index.d.ts"
},
"devDependencies": {
"typedoc": "^0.15.0"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/blockchainsllc/in3/issues"
},
"homepage": "https://github.com/blockchainsllc/in3#readme",
"keywords": [
"ethereum",
"client",
"minimum",
"blockchains",
"iot",
"in3",
"jsonrpc"
]
}