UNPKG

type-exception

Version:

Package for Error class with inner error and aggregate erros

41 lines 903 B
{ "name": "type-exception", "version": "1.0.2", "description": "Package for Error class with inner error and aggregate erros ", "main": "./src/index.ts", "directories": { "lib": "lib", "test": "lib/test" }, "homepage": "https://github.com/vvenegasv/type-exception", "dependencies": { "typescript": "^2.6.1" }, "devDependencies": { "@types/chai": "^4.0.5", "@types/mocha": "^2.2.44", "chai": "^4.1.2", "del": "^3.0.0", "gulp": "^3.9.1", "gulp-typescript": "^3.2.3", "mocha": "^4.0.1", "mochawesome": "^2.3.1" }, "scripts": { "pretest": "tsc", "test": "nyc mocha", "watch": "mocha-typescript-watch", "prepare": "tsc" }, "keywords": [ "TypeException", "Error", "Exception", "AggregateException", "AggregateError", "InnerError", "InnerException" ], "author": "Vladimir Venegas", "license": "MIT" }