@birhaus/test-utils
Version:
BIRHAUS Testing & Validation Framework - Comprehensive testing utilities for cognitive load, accessibility, and BIRHAUS principle compliance
117 lines (116 loc) • 3.19 kB
JSON
{
"name": "@birhaus/test-utils",
"version": "1.0.0",
"description": "BIRHAUS Testing & Validation Framework - Comprehensive testing utilities for cognitive load, accessibility, and BIRHAUS principle compliance",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./cognitive": {
"import": "./dist/cognitive/index.mjs",
"require": "./dist/cognitive/index.js",
"types": "./dist/cognitive/index.d.ts"
},
"./accessibility": {
"import": "./dist/accessibility/index.mjs",
"require": "./dist/accessibility/index.js",
"types": "./dist/accessibility/index.d.ts"
},
"./spanish": {
"import": "./dist/spanish/index.mjs",
"require": "./dist/spanish/index.js",
"types": "./dist/spanish/index.d.ts"
},
"./undo": {
"import": "./dist/undo/index.mjs",
"require": "./dist/undo/index.js",
"types": "./dist/undo/index.d.ts"
},
"./visual": {
"import": "./dist/visual/index.mjs",
"require": "./dist/visual/index.js",
"types": "./dist/visual/index.d.ts"
},
"./performance": {
"import": "./dist/performance/index.mjs",
"require": "./dist/performance/index.js",
"types": "./dist/performance/index.d.ts"
},
"./lighthouse": {
"import": "./dist/lighthouse/index.mjs",
"require": "./dist/lighthouse/index.js",
"types": "./dist/lighthouse/index.d.ts"
}
},
"files": [
"dist/**",
"README.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"axe-core": "^4.8.3",
"jest-axe": "^8.0.0",
"pixelmatch": "^5.3.0",
"playwright": "^1.40.1",
"pngjs": "^7.0.0"
},
"peerDependencies": {
"@vitejs/plugin-react": ">=4.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"vitest": ">=1.0.0"
},
"devDependencies": {
"@types/jest-axe": "^3.5.9",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"eslint": "^8.54.0",
"jsdom": "^23.0.1",
"tsup": "^8.0.1",
"typescript": "^5.3.0",
"vitest": "^1.0.4"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"birhaus",
"testing",
"cognitive-load",
"miller-law",
"accessibility",
"wcag",
"spanish-first",
"undo-pattern",
"visual-regression",
"performance",
"validation",
"react",
"typescript",
"vitest",
"playwright"
]
}