trufflesuite/truffle

View on GitHub
packages/dashboard-hardhat-plugin/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/dashboard-hardhat-plugin",
  "version": "0.2.15",
  "description": "Truffle Dashboard for Hardhat plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/dashboard-hardhat-plugin"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "author": "ConsenSys Software Inc",
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin",
    "truffle",
    "truffle-dashboard"
  ],
  "scripts": {
    "test": "mocha test/**/*.test.ts",
    "build": "tsc",
    "watch": "tsc -w",
    "prepare": "yarn build"
  },
  "files": [
    "dist/src/",
    "dist/package.json",
    "src/",
    "assets/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "2.0.0",
    "@types/chai": "^4.1.7",
    "@types/fs-extra": "^5.0.4",
    "@types/mocha": "^5.2.6",
    "@types/node": "^18.14.1",
    "chai": "^4.2.0",
    "hardhat": "^2.17.1",
    "mocha": "10.1.0",
    "mocha-suppress-logs": "^0.3.1",
    "ts-node": "^8.1.0",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "hardhat": "^2.17.1"
  },
  "dependencies": {
    "@truffle/config": "^1.3.61",
    "@truffle/dashboard-message-bus-client": "^0.1.12",
    "@truffle/from-hardhat": "^0.2.20"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}