2021-05-24 14:46:22 +02:00
|
|
|
{
|
|
|
|
|
"name": "@strapi/admin-test-utils",
|
2022-01-10 09:05:07 -08:00
|
|
|
"version": "4.0.4",
|
2021-05-24 14:46:22 +02:00
|
|
|
"private": true,
|
|
|
|
|
"description": "Test utilities for the Strapi administration panel",
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "MIT",
|
2021-11-29 16:23:55 +01:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-05-24 14:46:22 +02:00
|
|
|
"main": "lib/index.js",
|
2021-10-04 11:54:39 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/polyfill": "7.12.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-01-19 12:18:23 +00:00
|
|
|
"@testing-library/jest-dom": "5.16.1",
|
2021-10-04 11:54:39 +02:00
|
|
|
"enzyme": "3.9.0",
|
|
|
|
|
"enzyme-adapter-react-16": "1.15.6",
|
|
|
|
|
"jest-styled-components": "7.0.2"
|
|
|
|
|
},
|
2021-05-24 14:46:22 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
2021-11-30 12:36:11 +01:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.x.x <=16.x.x"
|
2021-11-29 15:13:33 +01:00
|
|
|
}
|
2021-05-24 14:46:22 +02:00
|
|
|
}
|