{
  "name": "ignore-errors",
  "version": "2.0.0",
  "description": "Easily ignore specific promise errors",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjmehta/ignore-errors.git"
  },
  "keywords": [
    "ignore",
    "specific",
    "whitelist",
    "error",
    "err",
    "errors",
    "easily",
    "regex",
    "string",
    "properties",
    "test",
    "function",
    "promise",
    "yield"
  ],
  "author": "Tejesh Mehta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjmehta/ignore-errors/issues"
  },
  "homepage": "https://github.com/tjmehta/ignore-errors#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-typescript": "^7.10.1",
    "@types/jest": "^25.2.3",
    "@types/shallowequal": "^1.1.1",
    "babel-core": "^6.26.3",
    "babel-jest": "^26.0.1",
    "baseerr": "^1.0.1",
    "jest": "^26.0.1",
    "prettier": "^2.0.5",
    "typescript": "^3.9.3"
  },
  "dependencies": {
    "mem": "^6.1.0",
    "mimic-fn": "^3.1.0",
    "shallow-contains": "^1.0.1",
    "shallowequal": "^1.1.0"
  }
}
