@neo-one/client-node
Version:
NEO•ONE client APIs for interacting with the NEO blockchain on Node.
41 lines (40 loc) • 859 B
JSON
{
"name": "@neo-one/client-node",
"version": "1.0.0-alpha.4",
"keywords": [
"neo",
"NEO",
"one",
"ONE",
"blockchain",
"neo-one",
"neo-one-suite",
"neo one",
"neo one suite",
"NEO ONE",
"NEO ONE suite",
"NEO•ONE",
"NEO•ONE suite",
"neo blockchain",
"NEO Blockchain",
"NEO blockchain",
"dapp",
"dapps"
],
"description": "NEO•ONE client APIs for interacting with the NEO blockchain on Node.",
"repository": "https://github.com/neo-one-suite/neo-one",
"bugs": "https://github.com/neo-one-suite/neo-one/issues",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/es.js",
"engines": {
"node": ">=8.9.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@neo-one/client": "^1.0.0-alpha.4",
"fs-extra": "^5.0.0"
}
}