mirror of
https://github.com/strapi/strapi.git
synced 2026-01-01 01:33:50 +00:00
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"name": "@strapi/admin-test-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Test utilities for the Strapi administration panel",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Strapi Team",
|
|
"license": "MIT"
|
|
}
|