{
  "name": "pariaturimpedit",
  "description": "Ethereum JavaScript API wrapper repository",
  "license": "LGPL-3.0",
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "./packages/web3/src/index.js",
  "bundlesize": [
    {
      "path": "./packages/web3/dist/web3.min.js",
      "maxSize": "1.5 mB",
      "compression": "none"
    }
  ],
  "scripts": {
    "version": "npm run build",
    "postinstall": "npm run bootstrap",
    "build": "npm run bootstrap && lerna run compile && webpack && cp -r ./dist ./packages/web3",
    "publish": "lerna publish",
    "bootstrap": "lerna bootstrap --hoist",
    "lint": "jshint *.js packages",
    "test": "mocha -R spec --require ts-node/register --grep E2E --invert",
    "test:unit": "nyc --no-clean --silent _mocha -- -R spec --require ts-node/register --grep E2E --invert --exit",
    "test:cov": "npm run cov:clean; npm run test:unit; npm run test:e2e:clients; npm run cov:merge_reports",
    "dtslint": "lerna run dtslint",
    "depcheck": "lerna exec dependency-check -- --missing --verbose .",
    "bundlesize": "bundlesize || true",
    "geth": "geth-dev-assistant --accounts 5 --tag stable --gasLimit 7000000",
    "test:e2e:ganache": "./scripts/e2e.ganache.sh",
    "test:e2e:geth:auto": "./scripts/e2e.geth.automine.sh",
    "test:e2e:geth:insta": "./scripts/e2e.geth.instamine.sh",
    "test:e2e:clients": "npm run test:e2e:ganache; npm run test:e2e:geth:insta; npm run test:e2e:geth:auto",
    "test:e2e:chrome": "./scripts/e2e.chrome.sh",
    "test:e2e:firefox": "./scripts/e2e.firefox.sh",
    "test:e2e:min": "./scripts/e2e.min.sh",
    "test:e2e:cdn": "./scripts/e2e.cdn.sh",
    "test:e2e:browsers": "npm run build; npm run test:e2e:chrome; npm run test:e2e:firefox",
    "test:e2e:publish": "./scripts/e2e.npm.publish.sh",
    "test:e2e:truffle": "./scripts/e2e.truffle.sh",
    "test:e2e:mosaic": "./scripts/e2e.mosaic.sh",
    "test:e2e:ganache:core": "./scripts/e2e.ganache.core.sh",
    "test:e2e:gnosis:dex": "./scripts/e2e.gnosis.dex.sh",
    "ci": "./scripts/ci.sh",
    "cov:clean": "rm -rf .nyc_output; rm -rf coverage",
    "cov:merge_reports": "nyc report --reporter=lcov --reporter=html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SadyeSpinka/pariaturimpedit.git"
  },
  "keywords": [
    "enim",
    "JavaScript",
    "omnis"
  ],
  "author": "MerlinMayer",
  "authors": [
    {
      "name": "Fabian Vogelsteller",
      "email": "fabian@ethereum.org",
      "homepage": "https://github.com/frozeman"
    },
    {
      "name": "Marek Kotewicz",
      "email": "marek@parity.io",
      "url": "https://github.com/debris"
    },
    {
      "name": "Marian Oancea",
      "url": "https://github.com/cubedro"
    },
    {
      "name": "Gav Wood",
      "email": "g@parity.io",
      "homepage": "http://gavwood.com"
    },
    {
      "name": "Jeffery Wilcke",
      "email": "jeffrey.wilcke@ethereum.org",
      "url": "https://github.com/obscuren"
    }
  ],
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-transform-modules-commonjs": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@babel/runtime": "^7.12.1",
    "@chainsafe/geth-dev-assistant": "^0.1.10",
    "@ensdomains/ens": "^0.6.0",
    "@ensdomains/resolver": "^0.2.4",
    "@types/bignumber.js": "^4.0.2",
    "@types/bn.js": "^4.11.6",
    "@types/node": "^12.12.68",
    "@types/underscore": "^1.10.24",
    "babel-loader": "^8.1.0",
    "bignumber.js": "^9.0.1",
    "bn.js": "^4.11.9",
    "browserify": "^16.5.2",
    "buffer": "^4.9.2",
    "bundlesize": "^0.18.0",
    "chai": "^4.2.0",
    "clean-webpack-plugin": "^3.0.0",
    "core-js": "^3.6.5",
    "crypto-js": "^3.3.0",
    "decache": "^4.6.0",
    "dependency-check": "^4.1.0",
    "ethers": "^5.1.4",
    "ganache-cli": "^6.12.0",
    "jshint": "^2.12.0",
    "karma": "^5.2.3",
    "karma-browserify": "^7.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^2.0.1",
    "karma-spec-reporter": "0.0.32",
    "lerna": "^3.22.1",
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "pify": "^4.0.1",
    "sandboxed-module": "^2.0.4",
    "ts-node": "^9.0.0",
    "typescript": "^3.9.7",
    "underscore": "1.12.1",
    "wait-port": "^0.2.9",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {},
  "version": "1.0.0"
}