UNPKG

@commercetools-frontend/cypress

Version:
59 lines 1.57 kB
{ "name": "@commercetools-frontend/cypress", "version": "24.6.0", "description": "Cypress commands and utilities for Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/merchant-center-application-kit.git", "directory": "packages/cypress" }, "homepage": "https://docs.commercetools.com/merchant-center-customizations/api-reference/commercetools-frontend-cypress", "keywords": [ "javascript", "frontend", "react", "toolkit", "cypress", "testing" ], "license": "MIT", "publishConfig": { "access": "public" }, "main": "dist/commercetools-frontend-cypress.cjs.js", "module": "dist/commercetools-frontend-cypress.esm.js", "preconstruct": { "entrypoints": [ "./index.ts", "./add-commands/index.ts", "./task/index.ts" ] }, "files": [ "dist", "add-commands", "task", "package.json", "LICENSE", "README.md" ], "dependencies": { "@babel/runtime": "^7.22.15", "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/application-config": "24.6.0", "@commercetools-frontend/application-shell": "24.6.0", "@commercetools-frontend/constants": "24.6.0", "@manypkg/get-packages": "1.1.3", "@types/semver": "^7.5.1", "semver": "7.6.2", "uuid": "9.0.1" }, "devDependencies": { "@tsconfig/node22": "^22.0.0", "cypress": "14.5.3" }, "peerDependencies": { "cypress": ">=8" } }