{
  "name": "shout-error",
  "version": "1.0.4",
  "description": "An opinionated error message",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "bukinoshita/shout-error",
  "author": "Bu Kinoshita <bukinoshita@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "message",
    "error",
    "shout",
    "console",
    "handler"
  ],
  "scripts": {
    "build": "tsc",
    "prepublish": "yarn build",
    "test": "jest --config=jest.config.json"
  },
  "dependencies": {
    "chalk": "4.1.0"
  },
  "devDependencies": {
    "@sindresorhus/tsconfig": "0.7.0",
    "@types/jest": "26.0.4",
    "@types/node": "13.13.14",
    "jest": "26.1.0",
    "ts-jest": "26.1.3",
    "typescript": "3.9.7"
  }
}
