{
    "name": "ebec",
    "version": "2.3.0",
    "files": [
        "dist/"
    ],
    "description": "A library that provides a basic ES6 error class.",
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "keywords": [
        "error",
        "typescript",
        "class",
        "abstraction",
        "exception",
        "debug",
        "error-handling",
        "error",
        "options",
        "merge",
        "build",
        "options"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Tada5hi/ebec.git"
    },
    "bugs": {
        "url": "https://github.com/Tada5hi/ebec/issues"
    },
    "homepage": "https://github.com/Tada5hi/ebec#readme",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs"
        }
    },
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "scripts": {
        "build:types": "tsc  -p tsconfig.build.json --emitDeclarationOnly",
        "build:js": "rollup -c",
        "build": "rimraf dist && npm run build:types && npm run build:js",
        "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
        "test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage",
        "prepublishOnly": "npm run build"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "c8cfe853ca33a77d7488867f31e9016b10e51a74"
}
