{
  "name": "@atomic-testing/component-driver-html",
  "version": "0.81.0",
  "description": "HTML component driver for atomic-testing",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.cts",
  "files": [
    "dist",
    "src"
  ],
  "author": "Tianzhen Lin <tangent@usa.net>",
  "keywords": [
    "testing",
    "unit",
    "integration",
    "functional",
    "e2e",
    "html"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomic-testing/atomic-testing.git",
    "directory": "packages/component-driver-html"
  },
  "dependencies": {
    "@atomic-testing/core": "0.81.0"
  },
  "peerDependencies": {},
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsdown",
    "check:type": "tsc --noEmit",
    "test": "jest"
  }
}