error-handling-utils
Version:
Simple utility library for error handling
35 lines (34 loc) • 937 B
JSON
{
"name": "error-handling-utils",
"version": "1.1.0",
"description": "Simple utility library for error handling",
"main": "./dist/index.js",
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fede-rodes/error-handling-utils.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"keywords": ["React", "Error handling", "Errors"],
"author": "Federico Rodes",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.10"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-preset-es2015": "6",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0"
}
}