trufflesuite/truffle

View on GitHub
packages/blockchain-utils/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/blockchain-utils",
  "description": "Utilities for identifying and managing blockchains",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/blockchain-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/blockchain-utils"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "0.1.9",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "mocha --exit -r ts-node/register test/**/*.test.ts"
  },
  "types": "./typings/index.d.ts",
  "devDependencies": {
    "@types/assert": "^1.4.2",
    "@types/mocha": "^5.2.7",
    "@types/node": "~12.12.0",
    "@types/web3": "1.0.20",
    "mocha": "10.1.0",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "blockchain",
    "ethereum",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}