trufflesuite/truffle

View on GitHub
packages/error/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/error",
  "version": "0.2.2",
  "description": "Simple module that allows native Error objects to be extended",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/error"
  },
  "keywords": [
    "ethereum",
    "truffle",
    "error",
    "extendable"
  ],
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle"
  },
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/error#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}