mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "@strapi/admin-test-utils",
|
|
"version": "4.25.8",
|
|
"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"
|
|
}
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"source": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./after-env": {
|
|
"types": "./dist/after-env.d.ts",
|
|
"module": "./dist/after-env.mjs",
|
|
"require": "./dist/after-env.js",
|
|
"source": "./src/after-env.ts",
|
|
"default": "./dist/after-env.js"
|
|
},
|
|
"./environment": {
|
|
"types": "./dist/environment.d.ts",
|
|
"module": "./dist/environment.mjs",
|
|
"require": "./dist/environment.js",
|
|
"source": "./src/environment.ts",
|
|
"default": "./dist/environment.js"
|
|
},
|
|
"./file-mock": {
|
|
"types": "./dist/file-mock.d.ts",
|
|
"module": "./dist/file-mock.mjs",
|
|
"require": "./dist/file-mock.js",
|
|
"source": "./src/file-mock.ts",
|
|
"default": "./dist/file-mock.js"
|
|
},
|
|
"./global-setup": {
|
|
"types": "./dist/global-setup.d.ts",
|
|
"module": "./dist/global-setup.mjs",
|
|
"require": "./dist/global-setup.js",
|
|
"source": "./src/global-setup.ts",
|
|
"default": "./dist/global-setup.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"clean": "run -T rimraf ./dist",
|
|
"lint": "run -T eslint .",
|
|
"test:ts": "run -T tsc --noEmit",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"dependencies": {
|
|
"@juggle/resize-observer": "3.4.0",
|
|
"jest-styled-components": "7.1.1",
|
|
"whatwg-fetch": "3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@reduxjs/toolkit": "1.9.7",
|
|
"@strapi/pack-up": "4.23.0",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"eslint-config-custom": "4.25.8",
|
|
"tsconfig": "4.25.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
"@testing-library/jest-dom": "^5.16.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x"
|
|
}
|
|
}
|