trufflesuite/truffle

View on GitHub
packages/encoder/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/encoder",
  "version": "1.0.27",
  "description": "Recognizes user input for Soldiity values, resolves overloads, and encodes to binary",
  "license": "MIT",
  "author": "Harry Altman",
  "homepage": "https://github.com/trufflesuite/truffle#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/encoder"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "main": "dist/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "start": "tsc --watch",
    "test": "jest --detectOpenHandles --forceExit --verbose --silent=false"
  },
  "types": "dist/index.d.ts",
  "dependencies": {
    "@ensdomains/ensjs": "^2.1.0",
    "@ethersproject/address": "^5.0.10",
    "@ethersproject/bignumber": "^5.0.14",
    "@truffle/codec": "^0.17.3",
    "@truffle/compile-common": "^0.9.8",
    "big.js": "^6.0.3",
    "bignumber.js": "^9.0.1",
    "bn.js": "^5.1.3",
    "debug": "^4.3.1",
    "lodash": "^4.17.21",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "@fast-check/jest": "^1.0.1",
    "@truffle/abi-utils": "^1.0.3",
    "@truffle/box": "^2.1.81",
    "@truffle/config": "^1.3.61",
    "@truffle/contract-schema": "^3.4.16",
    "@truffle/deployer": "^3.3.27",
    "@truffle/resolver": "^9.0.53",
    "@truffle/workflow-compile": "^4.0.71",
    "@types/big.js": "^6.0.2",
    "@types/bignumber.js": "^5.0.0",
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.2.16",
    "@types/debug": "^4.1.5",
    "@types/jest": "27.4.1",
    "@types/lodash": "^4.14.179",
    "@types/node": "~12.12.0",
    "@types/utf8": "^2.1.6",
    "@types/web3": "1.0.20",
    "chai": "^4.2.0",
    "fast-check": "3.1.1",
    "fs-extra": "^9.1.0",
    "ganache": "7.9.1",
    "jest": "29.1.2",
    "jest-transform-stealthy-require": "^1.0.0",
    "ts-jest": "29.0.3",
    "typescript": "^4.9.5",
    "utf8": "^3.0.0",
    "web3": "1.10.0"
  },
  "keywords": [
    "abi",
    "contract",
    "encoder",
    "ethereum",
    "overload",
    "resolution",
    "solidity"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}