{
  "name": "@ranedrop/errors",
  "version": "1.7.2",
  "description": "A collection of common, extendable error classes",
  "main": "index.js",
  "scripts": {
    "main": "node --experimental-modules ./index.js",
    "test": "mocha -w ./test -b --no-timeout"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ranedrop/errors.git"
  },
  "author": "Ranedrop Corporation",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ranedrop/errors/issues"
  },
  "homepage": "https://github.com/ranedrop/errors#readme",
  "devDependencies": {
    "chai": "^4.x.x",
    "mocha": "^6.x.x"
  },
  "dependencies": {}
}
