{
  "name": "@lynx-js/testing-environment-canary",
  "version": "0.3.4",
  "description": "A subset of a Lynx environment to be useful for testing",
  "keywords": [
    "Lynx",
    "ReactLynx",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/testing-library/test-environment"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Yiming Li",
    "email": "yimingli.cs@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./env/vitest": {
      "types": "./dist/env/vitest/index.d.ts",
      "import": "./dist/env/vitest/index.js",
      "require": "./dist/env/vitest/index.cjs",
      "default": "./dist/env/vitest/index.js"
    },
    "./env/rstest": {
      "types": "./dist/env/rstest/index.d.ts",
      "import": "./dist/env/rstest/index.js",
      "require": "./dist/env/rstest/index.cjs",
      "default": "./dist/env/rstest/index.js"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "env/vitest": [
        "./dist/env/vitest/index.d.ts"
      ],
      "env/rstest": [
        "./dist/env/rstest/index.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@testing-library/jest-dom": "^7.0.0",
    "@types/jsdom": "^28.0.3",
    "rsbuild-plugin-publint": "1.0.0"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "build": "rslib build",
    "dev": "rslib build --watch",
    "rstest": "rstest",
    "test": "vitest"
  }
}