{
  "name": "@atomic-testing/component-driver-mui-x-v6",
  "version": "0.81.0",
  "description": "Atomic Testing Component driver to help drive Material UI V6 components",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.cts",
  "files": [
    "dist",
    "src"
  ],
  "author": "Tianzhen Lin <tangent@usa.net>",
  "keywords": [
    "testing",
    "react",
    "unit",
    "integration",
    "mui",
    "material-ui",
    "v6",
    "integration-driver"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomic-testing/atomic-testing.git",
    "directory": "packages/component-driver-mui-v6"
  },
  "dependencies": {
    "@atomic-testing/core": "0.81.0",
    "@atomic-testing/component-driver-html": "0.81.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsdown",
    "check:type": "tsc --noEmit"
  }
}