{
  "name": "layerr",
  "version": "0.1.2",
  "description": "Error wrapping utility for NodeJS and the browser",
  "main": "dist/index.js",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf ./dist",
    "dev": "npm run clean && tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "run-s build test:specs",
    "test:specs": "nyc mocha -r test/index.js test/**/*.spec.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "*.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perry-mitchell/layerr.git"
  },
  "keywords": [
    "error",
    "verror",
    "err",
    "nerror",
    "exception",
    "wrapper",
    "extend"
  ],
  "author": "Perry Mitchell <perry@perrymitchell.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/perry-mitchell/layerr/issues"
  },
  "homepage": "https://github.com/perry-mitchell/layerr#readme",
  "devDependencies": {
    "@types/node": "^14.6.1",
    "chai": "^4.2.0",
    "mocha": "^8.1.2",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "sinon": "^9.0.3",
    "typescript": "^4.0.2"
  }
}
