{
  "name": "@daisy/jest-env-puppeteer",
  "version": "1.4.6",
  "engines": {
    "node": ">=20.0.0",
    "yarn": "^1.22.0",
    "npm": ">=10.0.0"
  },
  "description": "Utilities for running Jest tests through Google Puppeteer",
  "author": {
    "name": "DAISY developers",
    "organization": "DAISY Consortium",
    "url": "http://www.daisy.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daisy/ace",
    "directory": "packages/jest-env-puppeteer"
  },
  "bugs": {
    "url": "https://github.com/daisy/ace/issues"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "jest-environment-node": "^30.3.0",
    "puppeteer": "^24.42.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
