trufflesuite/truffle

View on GitHub
packages/debug-utils/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/debug-utils",
  "description": "Integration utils for truffle/debugger",
  "license": "MIT",
  "author": "Truffle Suite <inquiry@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/debug-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/debug-utils"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "6.0.57",
  "main": "index.js",
  "scripts": {
    "prepare": "exit 0"
  },
  "dependencies": {
    "@truffle/codec": "^0.17.3",
    "@trufflesuite/chromafi": "^3.0.0",
    "bn.js": "^5.1.3",
    "chalk": "^2.4.2",
    "debug": "^4.3.1",
    "highlightjs-solidity": "^2.0.6"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "10.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}