{
    "name": "herum-types",
    "version": "1.0.19",
    "main": "./index.js",
    "types": "./index.d.ts",
    "files": [
        "**/*"
    ],
    "exports": {
        "./*": {
            "types": "./*/index.d.ts",
            "import": "./*/index.js",
            "default": "./*/index.js"
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "npm": "^10.8.3"
    },
    "scripts": {
        "version-patch": "npm version patch",
        "build": "npm run barrels && tsc -p tsconfig.build.json",
        "barrels": "barrelsby --config ./barrelsby.json"
    },
    "peerDependencies": {
        "@angular/material": "^20.1.2",
        "ag-grid-community": "^31.3.2",
        "@ag-grid-community/all-modules": "^27.0.1"
    }
}
