trufflesuite/truffle

View on GitHub
packages/decoder/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/decoder",
  "description": "A decoder for Solidity variables of all sorts",
  "license": "MIT",
  "author": "Mike Seese and Harry Altman",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/decoder#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/decoder"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "6.1.5",
  "main": "dist/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "start": "tsc --watch",
    "test": "mocha --exit ./test/current/test/* ./test/legacy/test/* ./test/ens/test/* ./test/viair/test/*"
  },
  "types": "dist/index.d.ts",
  "dependencies": {
    "@ensdomains/ensjs": "^2.1.0",
    "@truffle/abi-utils": "^1.0.3",
    "@truffle/codec": "^0.17.3",
    "@truffle/compile-common": "^0.9.8",
    "@truffle/encoder": "^1.0.27",
    "@truffle/source-map-utils": "^1.3.119",
    "async-retry": "^1.3.1",
    "axios": "1.5.0",
    "bn.js": "^5.1.3",
    "debug": "^4.3.1",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "@truffle/config": "^1.3.61",
    "@truffle/contract-schema": "^3.4.16",
    "@truffle/migrate": "^3.3.48",
    "@truffle/provider": "^0.3.13",
    "@truffle/workflow-compile": "^4.0.71",
    "@types/big.js": "^6.0.2",
    "@types/bn.js": "^5.1.0",
    "@types/debug": "^4.1.5",
    "@types/web3": "1.0.20",
    "chai": "^4.2.0",
    "ganache": "7.9.1",
    "lodash": "^4.17.21",
    "mocha": "10.1.0",
    "sinon": "^9.0.2",
    "tmp": "^0.2.1",
    "typescript": "^4.9.5",
    "web3": "1.10.0"
  },
  "keywords": [
    "abi",
    "contract",
    "decoder",
    "encoder",
    "ethereum",
    "solidity",
    "state"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}