UNPKG

@vizzly-testing/vitest

Version:

Drop-in replacement for Vitest visual testing - powered by Vizzly

75 lines (74 loc) 1.92 kB
{ "name": "@vizzly-testing/vitest", "version": "0.0.3", "description": "Drop-in replacement for Vitest visual testing - powered by Vizzly", "keywords": [ "vizzly", "vitest", "visual-testing", "screenshot-testing", "visual-regression", "browser-mode", "testing", "plugin", "toMatchScreenshot" ], "homepage": "https://vizzly.dev", "bugs": "https://github.com/vizzly-testing/cli/issues", "repository": { "type": "git", "url": "https://github.com/vizzly-testing/cli.git", "directory": "clients/vitest" }, "license": "MIT", "author": "Stubborn Mule Software <support@vizzly.dev>", "type": "module", "exports": { ".": { "import": "./src/index.js", "types": "./src/index.d.ts" } }, "main": "./src/index.js", "types": "./src/index.d.ts", "files": [ "src", "eslint.config.js", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "test": "npm run test:unit && npm run test:e2e", "test:unit": "vitest run --config vitest.config.js", "test:e2e": "vitest run --config vitest.e2e.config.js", "lint": "eslint src tests", "lint:fix": "eslint src tests --fix", "format": "prettier --write src tests", "format:check": "prettier --check src tests", "prepublishOnly": "npm run lint && npm run test:unit" }, "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": {}, "peerDependencies": { "@vizzly-testing/cli": ">=0.12.0", "vitest": ">=4.0.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@vitest/browser": "^4.0.0", "@vitest/browser-playwright": "^4.0.2", "eslint": "^9.17.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.1", "playwright": "^1.49.1", "prettier": "^3.4.2", "vitest": "^4.0.0" } }