UNPKG

@orchard9ai/testing-utils

Version:
79 lines 1.93 kB
{ "name": "@orchard9ai/testing-utils", "version": "0.1.0", "description": "Testing utilities for Orchard9 platform", "keywords": [ "orchard9", "testing", "test-utils", "mocks" ], "homepage": "https://github.com/orchardai/frontend-packages/tree/main/packages/testing-utils", "bugs": { "url": "https://github.com/orchardai/frontend-packages/issues" }, "repository": { "type": "git", "url": "git+https://github.com/orchardai/frontend-packages.git", "directory": "packages/testing-utils" }, "license": "MIT", "author": "Orchard9", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "devDependencies": { "@testing-library/dom": "^10.4.0", "@types/node": "^20.17.50", "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "react": "^19.1.0", "react-dom": "^19.1.0", "tsup": "^8.0.1", "typescript": "^5.3.3", "vitest": "^3.1.4", "@orchard9ai/types": "0.1.0" }, "peerDependencies": { "react": "^18.2.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "publishConfig": { "access": "public" }, "dependencies": { "@faker-js/faker": "^9.8.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest-axe": "^3.5.9", "axe-core": "^4.10.3", "jest-axe": "^10.0.0" }, "scripts": { "build": "tsup", "clean": "rm -rf dist node_modules .turbo", "dev": "tsup --watch", "lint": "eslint . --max-warnings 0", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" } }