UNPKG

computed-styles-regression-test

Version:

DOM & CSSOM based regression testing utility

34 lines 788 B
{ "name": "computed-styles-regression-test", "version": "0.0.2", "description": "DOM & CSSOM based regression testing utility", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "dependencies": { "option-t": "^53.0.0", "playwright": "^1.53.0", "playwright-core": "^1.53.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "@playwright/test": "^1.40.0" }, "keywords": [ "playwright", "cssom", "regression-testing", "dom" ], "author": "", "license": "ISC", "scripts": { "build": "tsc", "lint": "biome lint .", "lint:fix": "biome lint --write .", "format": "biome format --write .", "check": "biome check .", "check:fix": "biome check --write ." } }