@neo-one/server-plugin-wallet
Version:
NEO•ONE Server wallet plugin.
50 lines • 1.32 kB
JSON
{
"name": "@neo-one/server-plugin-wallet",
"version": "1.1.5",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"description": "NEO•ONE Server wallet plugin.",
"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/client-common": "^1.3.0",
"@neo-one/client-core": "^1.3.0",
"@neo-one/client-full-core": "^1.1.5",
"@neo-one/server-plugin": "^1.1.5",
"@neo-one/server-plugin-network": "^2.0.0",
"@neo-one/smart-contract": "^1.1.1",
"@neo-one/smart-contract-compiler": "^1.2.1",
"@neo-one/smart-contract-compiler-node": "^1.1.4",
"@neo-one/smart-contract-lib": "^1.5.1",
"@neo-one/utils": "^1.1.3",
"bignumber.js": "^9.0.0",
"fs-extra": "^8.0.0",
"lodash": "^4.17.14",
"ora": "^3.4.0",
"redux-persist-node-storage": "^2.0.0",
"rxjs": "^6.5.2",
"source-map": "^0.7.3",
"tslib": "^1.9.3"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.16.0"
},
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false
}