{
  "name": "@sentio/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.0.5",
  "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.15.2",
    "@truffle/compile-solidity": "^6.0.71",
    "@truffle/config": "^1.3.57",
    "@truffle/source-fetcher": "^1.0.37",
    "debug": "^4.3.2",
    "semver": "7.3.7",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "@truffle/compile-common": "^0.9.6",
    "@types/chai": "^4.2.22",
    "@types/debug": "^4.1.7",
    "@types/mocha": "^9.0.0",
    "@types/node": "~12.12.0",
    "@types/semver": "^7.3.9",
    "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"
  }
}
