{
  "name": "@lg-tools/test",
  "version": "0.5.1",
  "description": "Jest setup & config for LeafyGreen repositories",
  "license": "Apache-2.0",
  "main": "./dist/umd/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@emotion/cache": "11.11.0",
    "@emotion/css": "11.9.0",
    "@emotion/react": "11.11.1",
    "@emotion/server": "11.11.0",
    "@testing-library/dom": "9.3.1",
    "@testing-library/jest-dom": "5.17.0",
    "@testing-library/react": "14.0.0",
    "@testing-library/react-hooks": "8.0.1",
    "@testing-library/user-event": "13.5.0",
    "@types/cross-spawn": "6.0.2",
    "@types/fs-extra": "11.0.1",
    "@types/jest": "29.5.12",
    "@types/jest-axe": "3.5.5",
    "babel-jest": "29.7.0",
    "chalk": "4.1.2",
    "cross-spawn": "7.0.3",
    "fs-extra": "11.1.1",
    "jest": "29.6.2",
    "jest-axe": "8.0.0",
    "jest-canvas-mock": "2.5.1",
    "jest-environment-jsdom": "29.6.2",
    "jest-junit": "16.0.0",
    "react-test-renderer": "18.2.0",
    "regenerator-runtime": "0.14.0",
    "@leafygreen-ui/testing-lib": "^0.9.1",
    "@lg-tools/build": "^0.9.0",
    "@lg-tools/meta": "^0.6.3"
  },
  "peerDependencies": {
    "@babel/core": "^7.23.2"
  },
  "scripts": {
    "build": "lg-build bundle",
    "tsc": "lg-build tsc"
  }
}