mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
34 lines
749 B
JSON
34 lines
749 B
JSON
{
|
|
"name": "@strapi/admin-test-utils",
|
|
"version": "4.1.12",
|
|
"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": ">=12.x.x <=16.x.x"
|
|
}
|
|
}
|