UNPKG

@birhaus/provider

Version:

BIRHAUS Provider - Context provider for real-time UX validation and cognitive load monitoring

72 lines 1.8 kB
{ "name": "@birhaus/provider", "version": "1.0.0", "description": "BIRHAUS Provider - Context provider for real-time UX validation and cognitive load monitoring", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "clean": "rm -rf dist", "type-check": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "birhaus", "cognitive-load", "ux", "miller-law", "accessibility", "spanish-first", "react", "context-provider", "real-time-validation", "performance-monitoring" ], "author": "BIRHAUS Contributors", "license": "MIT", "dependencies": { "@birhaus/primitives": "1.0.0", "react": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.45", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "eslint": "^8.54.0", "eslint-plugin-react-hooks": "^4.6.0", "tsup": "^8.0.1", "typescript": "^5.3.0", "vitest": "^1.0.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/birhaus/birhaus-components.git", "directory": "packages/provider" }, "bugs": { "url": "https://github.com/birhaus/birhaus-components/issues" }, "homepage": "https://birhaus.design" }