Alexandre Bodin ab698015cf v4.1.12
2022-05-25 17:17:49 +02:00

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"
}
}