{
  "name": "soltypes",
  "version": "2.0.0",
  "description": "Typescript wrapped Solidity types w/ @ethersproject/bignumber",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "module": "build/index.es.js",
  "jsnext:main": "build/index.es.js",
  "scripts": {
    "build": "rollup -c",
    "format": "prettier-standard --format",
    "test": "jest --coverage",
    "lint": "standard"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "solidity",
    "uint256",
    "bytes32"
  ],
  "author": "Wanseob Lim <email@wanseob.com>",
  "homepage": "https://github.com/wanseob/soltypes",
  "license": "MIT",
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testRegex": "(/src/.*.(test|spec)).(jsx?|tsx?)$"
  },
  "standard": {
    "ignore": [
      "node_modules/",
      "build/"
    ]
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "jest": "^26.0.1",
    "prettier-standard": "^16.3.0",
    "rollup": "^2.12.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.2",
    "rollup-plugin-typescript2": "^0.27.1",
    "standard": "^14.3.4",
    "standard-prettier": "^1.0.1",
    "ts-jest": "^26.1.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.3"
  },
  "dependencies": {
    "@ethersproject/bignumber": "^5.6.0",
    "js-sha3": "^0.8.0"
  }
}
