{
  "name": "embarkjs-web3",
  "version": "6.0.0",
  "author": "Iuri Matias <iuri.matias@gmail.com>",
  "contributors": [],
  "description": "Web3 plugin for embarkjs",
  "homepage": "https://github.com/embarklabs/embark/tree/master/packages/embarkjs/web3#readme",
  "bugs": "https://github.com/embarklabs/embark/issues",
  "keywords": [
    "blockchain",
    "dapps",
    "ethereum",
    "ipfs",
    "serverless",
    "solc",
    "solidity"
  ],
  "license": "MIT",
  "repository": {
    "directory": "packages/embarkjs/web3",
    "type": "git",
    "url": "https://github.com/embarklabs/embark.git"
  },
  "main": "./index.js",
  "types": "./dist/node/index.d.ts",
  "browser": "./dist/browser/index.js",
  "browserslist": [
    "last 1 version",
    "not dead",
    "> 0.2%"
  ],
  "files": [
    "dist",
    "index.js"
  ],
  "embark-collective": {
    "build:browser": true,
    "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 --ignore-pattern '!.*.js' .babelrc.js src/",
    "qa": "npm-run-all lint _typecheck _build",
    "reset": "npx rimraf coverage dist embarkjs-*.tgz package",
    "solo": "embark-solo"
  },
  "eslintConfig": {
    "extends": "../../../.eslintrc.json"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "7.8.4",
    "core-js": "3.4.3",
    "web3": "1.2.6"
  },
  "devDependencies": {
    "ajv": "6.10.2",
    "embark-solo": "^6.0.0",
    "eslint": "6.8.0",
    "lodash.clonedeep": "4.5.0",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.0"
  },
  "engines": {
    "node": ">=10.17.0",
    "npm": ">=6.11.3",
    "yarn": ">=1.19.1"
  },
  "gitHead": "6dbdf63aeb7d57adbbc8aa8e0878934159b8d1f9"
}
