{
  "name": "@strapi/admin-test-utils",
  "version": "4.2.2",
  "private": true,
  "description": "Test utilities for the Strapi administration panel",
  "license": "MIT",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "lib/index.js",
  "dependencies": {
    "@babel/polyfill": "7.12.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "5.16.4",
    "jest-styled-components": "7.0.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x"
  }
}
