UNPKG

@magic.batua/error

Version:

The Error module powers the error handling features of the Magic Batua.

49 lines (48 loc) 1.29 kB
{ "name": "@magic.batua/error", "version": "2.0.1", "description": "The Error module powers the error handling features of the Magic Batua.", "author": { "name": "Animesh Mishra", "email": "hello@animesh.ltd", "url": "http://www.animesh.ltd" }, "license": "UNLICENSED", "keywords": [ "magic-batua", "error", "typescript" ], "main": "Compiled/index.js", "scripts": { "start": "node Compiled/index.js", "postinstall": "tsc", "test": "mocha -r ts-node/register Tests/*.spec.ts", "code-manual": "tsc && node_modules/.bin/jsdoc --configure jsdoc.json --verbose" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/magicbatua/magic-error" }, "bugs": { "url": "https://bitbucket.org/magicbatua/magic-error/issues" }, "homepage": "https://bitbucket.org/magicbatua/magic-error", "dependencies": { "@types/chai": "^4.1.2", "@types/express": "^4.11.1", "@types/js-yaml": "^3.10.1", "@types/mocha": "^2.2.48", "@types/node": "^9.4.6", "chai": "^4.1.2", "express": "^4.16.2", "js-yaml": "^3.10.0", "mocha": "^5.0.1", "ts-node": "^4.1.0", "typescript": "^2.7.2" }, "devDependencies": { "jsdoc": "^3.5.5", "postman-jsdoc-theme": "0.0.3" } }