@neo-one/server-plugin
Version:
NEO•ONE Server plugin API.
50 lines • 1.15 kB
JSON
{
"name": "@neo-one/server-plugin",
"version": "1.1.5",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"description": "NEO•ONE Server plugin API.",
"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": {
"@neo-one/monitor": "^1.1.4",
"@neo-one/utils": "^1.1.3",
"@types/vorpal": "^1.11.0",
"ajv": "^6.10.2",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"cli-truncate": "^2.0.0",
"env-paths": "^2.2.0",
"figures": "^3.0.0",
"fs-extra": "^8.0.0",
"is-running": "^2.1.0",
"log-symbols": "^3.0.0",
"log-update": "^3.2.0",
"ora": "^3.4.0",
"rxjs": "^6.5.2",
"seamless-immutable": "^7.1.4",
"tslib": "^1.9.3",
"vorpal": "^1.12.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.16.0"
},
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false
}