{
    "name": "@textpress/extendable-error",
    "version": "0.6.3",
    "description": "Extendable error class for nodejs",
    "main": "lib/extendable-error.js",
    "author": "Textpress",
    "license": "MIT",
    "homepage": "https://github.com/textpress/extendable-error",
    "repository": {
        "type": "git",
        "url": "https://github.com/textpress/extendable-error.git"
    },
    "bugs": {
        "url": "https://github.com/textpress/extendable-error/issues"
    },
    "scripts": {
        "test": "jest --coverage --colors",
        "bump": "gulp bump --part",
        "ci-release-notes": "conventional-github-releaser -p eslint",
        "ci-test": "jest"
    },
    "jest": {
        "coverageDirectory": "<rootDir>/.jest-coverage",
        "testEnvironment": "node",
        "testMatch": [
            "**/__tests__/**/*.test.js"
        ]
    },
    "peerDependencies": {
        "lodash": "*"
    },
    "devDependencies": {
        "@textpress/babel-preset-textpress": "*",
        "@textpress/eslint-config-textpress": "*",
        "@textpress/gulp-bump-version": "*",
        "chalk": "^2.3.2",
        "conventional-github-releaser": "^2.0.2",
        "eslint": "^4.6.1",
        "fancy-log": "^1.3.2",
        "gulp": "4.0.2",
        "gulp-confirm": "1.0.8",
        "gulp-exec": "4.0.0",
        "gulp-print": "5.0.2",
        "jest": "^22.4.3",
        "lodash": "^4.17.5",
        "plugin-error": "^1.0.1",
        "yargs": "15.1.0"
    }
}
