{ "name": "embark-nethermind", "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/nethermind#readme", "bugs": "https://github.com/embarklabs/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "serverless", "nethermind" ], "files": [ "dist" ], "license": "MIT", "repository": { "directory": "packages/plugins/nethermind", "type": "git", "url": "https://github.com/embarklabs/embark.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "embark-collective": { "build:node": true, "typecheck": true }, "scripts": { "_build": "npm run solo -- build", "_typecheck": "npm run solo -- typecheck", "ci": "npm run qa", "clean": "npm run reset", "lint": "eslint src/", "qa": "npm-run-all lint _typecheck _build", "reset": "npx rimraf dist embark-*.tgz package", "solo": "embark-solo" }, "eslintConfig": { "extends": "../../../.eslintrc.json" }, "dependencies": { "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", "embark-core": "^5.1.1-nightly.2", "embark-i18n": "^5.1.1-nightly.2", "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" }, "engines": { "node": ">=10.17.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" } }