@truffle/error
Version:
Simple module that allows native Error objects to be extended
42 lines (41 loc) • 968 B
JSON
{
"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"
},
"gitHead": "033fc64fcdf91ceef61100938d7ffbd53b63eee5"
}