{
    "name": "fail-whale",
    "author": {
        "name": "StephenMP",
        "url": "https://stephenmp.github.io/"
    },
    "contributors": [
        {
            "name": "Spencer Zepelin",
            "url": "https://github.com/spencer-zepelin"
        }
    ],
    "description": "Easily print a fail whale",
    "version": "1.0.7",
    "keywords": [
        "fail",
        "whale",
        "console",
        "logging",
        "output",
        "utility"
    ],
    "repository": {
        "url": "https://github.com/StephenMP/fail-whale/tree/main/npm",
        "type": "git"
    },
    "homepage": "https://github.com/StephenMP/fail-whale/tree/main/npm",
    "bugs": "https://github.com/StephenMP/fail-whale/issues",
    "license": "MIT",
    "private": false,
    "scripts": {
        "build": "rm -rf dist; tsc -p tsconfig.json;",
        "test": "jest"
    },
    "main": "dist/fail-whale.js",
    "types": "dist/fail-whale.d.ts",
    "devDependencies": {
        "@types/jest": "^26.0.20",
        "@types/node": "^14.14.22",
        "jest": "^26.6.3",
        "jest-circus": "^26.6.3",
        "jest-sonar-reporter": "^2.0.0",
        "ts-jest": "^26.5.0",
        "typescript": "^4.1.3"
    },
    "dependencies": {}
}
