UNPKG

@rnskv/terror

Version:

Simple and understandable custom error handling.

40 lines (39 loc) 945 B
{ "name": "@rnskv/terror", "version": "1.0.10", "description": "Simple and understandable custom error handling.", "main": "./package/index.js", "scripts": { "test": "jest", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/rnskv/tError.git" }, "keywords": [ "error", "logging", "terror", "error-handling" ], "author": "rnskv", "license": "ISC", "bugs": { "url": "https://github.com/rnskv/tError/issues" }, "homepage": "https://github.com/rnskv/tError#readme", "devDependencies": { "@babel/core": "^7.5.0", "@babel/preset-env": "^7.5.0", "babel-jest": "^24.8.0", "babel-loader": "^8.0.6", "core-js": "^3.1.4", "jest": "^24.8.0", "rollup": "^1.16.7", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0" } }