trufflesuite/truffle

View on GitHub
packages/external-compile/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/external-compile",
  "description": "Wrapper to compile Truffle contracts with arbitrary shell command",
  "license": "MIT",
  "author": "g. nicholas d'andrea <gnidan@users.noreply.github.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/external-compile#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/external-compile"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "2.0.83",
  "main": "index.js",
  "scripts": {
    "prepare": "exit 0",
    "test": "mocha"
  },
  "dependencies": {
    "@truffle/compile-common": "^0.9.8",
    "@truffle/config": "^1.3.61",
    "@truffle/contract-schema": "^3.4.16",
    "@truffle/expect": "^0.1.7",
    "debug": "^4.3.1",
    "glob": "^7.1.6",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "10.1.0",
    "tmp": "^0.2.1"
  },
  "keywords": [
    "ethereum",
    "smart-contract",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}