{
    "name": "bridg-wrong",
    "description": "",
    "main": "./index.js",
    "types": "./types/index.d.ts",
    "author": {
        "email": "zetxx@belogradchik.biz",
        "name": "Elin Angelov",
        "url": "https://github.com/zetxx/bridg-wrong"
    },
    "dependencies": {
        "error": "^10.4.0"
    },
    "devDependencies": {
        "@biomejs/biome": "^1.9.4",
        "jsdoc": "^4.0.4",
        "jsdoc-tsimport-plugin": "^1.0.5",
        "semantic-release": "^24.2.4",
        "tap": "^21.1.0",
        "typescript": "^5.8.3"
    },
    "scripts": {
        "unit-test": "./node_modules/.bin/tap --snapshot-clean-cwd --coverage-report=html ./tests/unit/ ",
        "gdocs": "node_modules/jsdoc/jsdoc.js -c jsdoc.json . | npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
    },
    "homepage": "https://github.com/zetxx/bridg-wrong/blob/master/README.md",
    "repository": {
        "type": "git",
        "url": "git@github.com:zetxx/bridg-wrong.git"
    },
    "version": "4.2.11"
}
