trufflesuite/truffle

View on GitHub
packages/core/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/core",
  "description": "Core code for Truffle command line tool",
  "license": "MIT",
  "author": "consensys.net",
  "homepage": "https://github.com/trufflesuite/truffle#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "5.11.5",
  "bin": {
    "truffle": "./cli.js",
    "truffle-exec": "./exec.js"
  },
  "scripts": {
    "prepare": "exit 0",
    "test": "mocha ./test/** ./test/**/*.js ./test/**/**/*.js"
  },
  "dependencies": {
    "@truffle/artifactor": "^4.0.199",
    "@truffle/box": "^2.1.81",
    "@truffle/code-utils": "^3.0.4",
    "@truffle/codec": "^0.17.3",
    "@truffle/compile-common": "^0.9.8",
    "@truffle/compile-solidity": "^6.0.79",
    "@truffle/config": "^1.3.61",
    "@truffle/contract": "^4.6.31",
    "@truffle/dashboard": "^0.4.5",
    "@truffle/db-loader": "^0.2.36",
    "@truffle/debug-utils": "^6.0.57",
    "@truffle/debugger": "^12.1.5",
    "@truffle/decoder": "^6.1.5",
    "@truffle/deployer": "^3.3.27",
    "@truffle/environment": "^0.2.160",
    "@truffle/error": "^0.2.2",
    "@truffle/expect": "^0.1.7",
    "@truffle/fetch-and-compile": "^0.5.56",
    "@truffle/from-hardhat": "^0.2.20",
    "@truffle/hdwallet": "^0.1.4",
    "@truffle/interface-adapter": "^0.5.37",
    "@truffle/migrate": "^3.3.48",
    "@truffle/plugins": "^0.2.15",
    "@truffle/preserve": "^0.2.17",
    "@truffle/promise-tracker": "^0.1.7",
    "@truffle/provider": "^0.3.13",
    "@truffle/provisioner": "^0.2.84",
    "@truffle/require": "^2.1.43",
    "@truffle/resolver": "^9.0.53",
    "@truffle/source-fetcher": "^1.0.44",
    "@truffle/spinners": "^0.2.5",
    "@truffle/test": "^0.2.7",
    "@truffle/workflow-compile": "^4.0.71",
    "JSONStream": "^1.3.5",
    "address": "^1.1.2",
    "chai": "^4.2.0",
    "colors": "1.4.0",
    "command-exists": "^1.2.8",
    "conf": "^10.0.2",
    "debug": "^4.3.1",
    "del": "^2.2.0",
    "ethereum-cryptography": "1.1.2",
    "fs-extra": "^9.1.0",
    "ganache": "7.9.1",
    "get-port": "^5.1.1",
    "get-random-values": "^1.2.2",
    "glob": "^7.1.6",
    "inquirer": "8.2.2",
    "iter-tools": "^7.5.0",
    "js-interpreter": "2.2.0",
    "lodash": "^4.17.21",
    "mixpanel": "^0.17.0",
    "mocha": "10.1.0",
    "node-emoji": "^1.8.1",
    "original-require": "^1.0.1",
    "sane": "^4.0.2",
    "semver": "^7.5.4",
    "source-map-support": "^0.5.19",
    "spawn-args": "0.2.0",
    "tmp": "^0.2.1",
    "uuid": "^9.0.0",
    "web3": "1.10.0",
    "web3-utils": "1.10.0",
    "xregexp": "^4.2.4",
    "yargs": "^13.3.0"
  },
  "devDependencies": {
    "@truffle/blockchain-utils": "^0.1.9",
    "app-module-path": "^2.2.0",
    "chai-as-promised": "^7.1.1",
    "memorystream": "^0.3.1",
    "sinon": "^9.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    {
      "name": "Tim Coulter",
      "email": "tim@trufflesuite.com",
      "url": "https://github.com/tcoulter"
    }
  ],
  "namespace": "consensys",
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}