@neo-one/node-neo-settings-browserify
Version:
NEO•ONE standard MainNet and TestNet blockchain settings.
38 lines • 923 B
JSON
{
"name": "@neo-one/node-neo-settings-browserify",
"version": "1.1.8",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"description": "NEO•ONE standard MainNet and TestNet blockchain settings.",
"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-browserify": "^1.4.2",
"@neo-one/node-core-browserify": "^1.2.2",
"@neo-one/utils-browserify": "^1.2.1",
"bn.js": "^5.0.0",
"lodash": "^4.17.15",
"tslib": "^1.10.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.16.0"
},
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false
}