trufflesuite/truffle

View on GitHub
packages/resolver/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/resolver",
  "description": "Resolve contract dependencies given multiple configurable dependency sources",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/resolver#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/resolver"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "9.0.53",
  "main": "dist/lib/index.js",
  "files": [
    "dist",
    "solidity"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "yarn test:ts && yarn test:js",
    "test:js": "mocha test/*.js",
    "test:ts": "mocha -r ts-node/register test/*.ts"
  },
  "types": "dist/lib/index.d.ts",
  "dependencies": {
    "@ganache/console.log": "0.3.0",
    "@truffle/compile-solidity": "^6.0.79",
    "@truffle/contract": "^4.6.31",
    "@truffle/contract-sources": "^0.2.1",
    "@truffle/expect": "^0.1.7",
    "@truffle/provisioner": "^0.2.84",
    "abi-to-sol": "^0.7.0",
    "debug": "^4.3.1",
    "detect-installed": "^2.0.4",
    "fs-extra": "^9.1.0",
    "get-installed-path": "^4.0.8",
    "glob": "^7.1.6",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "@types/node": "~12.12.0",
    "@types/sinon": "^9.0.10",
    "mocha": "10.1.0",
    "sinon": "^9.0.2",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "dependencies",
    "ethereum",
    "resolver",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}