@shopware-ag/jest-preset-sw6-admin
Version:
Jest Test preset for Shopware 6 administration unit tests
37 lines (36 loc) • 920 B
JSON
{
"name": "@shopware-ag/jest-preset-sw6-admin",
"version": "6.0.6",
"description": "Jest Test preset for Shopware 6 administration unit tests",
"main": "jest-preset.js",
"keywords": [
"jest",
"unit",
"test",
"unit-test",
"shopware",
"sw6"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shopware/jest-preset-sw6-admin.git"
},
"bugs": {
"url": "https://github.com/shopware/jest-preset-sw6-admin/issues"
},
"homepage": "https://github.com/shopware/jest-preset-sw6-admin#readme",
"engines": {
"node": "^20.0.0 || ^21.0.0 || ^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@babel/core": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"babel-jest": "^27.5.1",
"babel-plugin-shopware-vite-meta-glob": "^0.0.5"
},
"publishConfig": {
"access": "public"
}
}