@neo-one/server
Version:
NEO•ONE Server that NEO•ONE CLI and other clients connect to.
60 lines • 1.61 kB
JSON
{
"name": "@neo-one/server",
"version": "1.1.5",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"description": "NEO•ONE Server that NEO•ONE CLI and other clients connect to.",
"license": "MIT",
"homepage": "https://neo-one.io",
"repository": {
"type": "git",
"url": "git+https://github.com/neo-one-suite/neo-one.git"
},
"bugs": {
"url": "https://github.com/neo-one-suite/neo-one/issues"
},
"keywords": [
"neo",
"blockchain",
"neo-one",
"dapp"
],
"dependencies": {
"@grpc/proto-loader": "^0.5.1",
"@malijs/compose": "^1.3.2",
"@malijs/onerror": "^0.3.1",
"@neo-one/http": "^1.1.4",
"@neo-one/monitor": "^1.1.4",
"@neo-one/server-client": "^1.1.5",
"@neo-one/server-grpc": "^1.1.2",
"@neo-one/server-plugin": "^1.1.5",
"@neo-one/server-plugin-neotracker": "^1.1.5",
"@neo-one/server-plugin-network": "^2.0.0",
"@neo-one/server-plugin-project": "^1.4.0",
"@neo-one/server-plugin-wallet": "^1.1.5",
"@neo-one/utils": "^1.1.3",
"@types/koa": "^2.0.49",
"@types/koa-compose": "^3.2.4",
"@types/koa-compress": "^2.0.9",
"fs-extra": "^8.0.0",
"grpc": "^1.22.2",
"grpc-error": "^1.0.0",
"koa": "^2.7.0",
"koa-compose": "^4.1.0",
"koa-compress": "^3.0.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.14",
"mali": "^0.16.0",
"rxjs": "^6.5.2",
"toposort": "^2.0.2",
"tslib": "^1.9.3"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.16.0"
},
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false
}