trufflesuite/truffle

View on GitHub
packages/deployer/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/deployer",
  "description": "Light deployment module for easily deploying Ethereum contracts",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/deployer#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/deployer"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "3.3.27",
  "main": "index.js",
  "scripts": {
    "prepare": "exit 0",
    "test": "mocha --no-warnings --timeout 10000 --exit"
  },
  "dependencies": {
    "@ensdomains/ensjs": "^2.1.0",
    "@truffle/contract": "^4.6.31",
    "@truffle/expect": "^0.1.7",
    "debug": "^4.3.1",
    "eth-ens-namehash": "^2.0.8",
    "web3-utils": "1.10.0"
  },
  "devDependencies": {
    "@truffle/config": "^1.3.61",
    "@truffle/environment": "^0.2.160",
    "@truffle/workflow-compile": "^4.0.71",
    "ganache": "7.9.1",
    "mocha": "10.1.0",
    "sinon": "^9.0.2",
    "web3": "1.10.0"
  },
  "keywords": [
    "contracts",
    "deployment",
    "ethereum",
    "solidity",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}