UNPKG

@shopware-ag/acceptance-test-suite

Version:
59 lines (58 loc) 1.39 kB
{ "name": "@shopware-ag/acceptance-test-suite", "version": "11.19.2", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/shopware/acceptance-test-suite.git" }, "keywords": [ "shopware", "testing", "playwright", "integration", "fixtures", "test-data" ], "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs", "default": "./dist/index.mjs" } }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "lint": "eslint . --ext .ts", "lint:fix": "npm run lint -- --fix", "build": "npx unbuild", "prepublishOnly": "npm run build" }, "dependencies": { "@axe-core/playwright": "4.9.1", "@playwright/test": "^1.49.1", "@shopware/api-client": "1.2.1", "axe-html-reporter": "2.2.3", "compare-versions": "^6.1.1", "image-js": "0.35.5", "uuid": "9.0.1" }, "devDependencies": { "@types/node": "20.14.8", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", "eslint": "8.56.0", "eslint-plugin-playwright": "1.6.2", "ts-node": "10.9.2", "typescript": "5.4.5", "unbuild": "2.0.0" } }