trufflesuite/truffle

View on GitHub
packages/fetch-and-compile/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/fetch-and-compile",
  "description": "Used to obtain external verified sources and compile them",
  "license": "MIT",
  "author": "Harry Altman <harry@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/fetch-and-compile#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/fetch-and-compile"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "0.5.56",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "yarn build && mocha --exit -r ts-node/register test/**/*.test.ts --timeout 35000"
  },
  "types": "dist/index.d.ts",
  "dependencies": {
    "@truffle/codec": "^0.17.3",
    "@truffle/compile-solidity": "^6.0.79",
    "@truffle/config": "^1.3.61",
    "@truffle/source-fetcher": "^1.0.44",
    "debug": "^4.3.2",
    "semver": "^7.5.4",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "@truffle/compile-common": "^0.9.8",
    "@types/chai": "^4.2.22",
    "@types/debug": "^4.1.7",
    "@types/mocha": "^9.0.0",
    "@types/node": "~12.12.0",
    "@types/semver": "^7.5.1",
    "chai": "^4.2.0",
    "mocha": "9.2.2",
    "sinon": "^9.0.2",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "compile",
    "ethereum",
    "etherscan",
    "ipfs",
    "solidity",
    "sourcify",
    "verify-source"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}