UNPKG

web-snaps

Version:

Browser automation with automatic snapshotting.

95 lines (94 loc) 3.44 kB
{ "name": "web-snaps", "version": "1.2.0", "description": "Browser automation with automatic snapshotting.", "keywords": [ "snapshots", "browser", "automation", "playwright" ], "homepage": "https://github.com/electrovir/web-snaps", "bugs": { "url": "https://github.com/electrovir/web-snaps/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/web-snaps.git" }, "license": "(MIT or CC0 1.0)", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "sideEffects": false, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "virmator compile", "docs": "virmator docs", "format": "virmator format", "lint": "virmator lint fix", "publish": "virmator publish npm run test:all", "test": "test-as-package virmator test node", "test:all": "npm run compile && concurrently --colors --kill-others-on-fail -c auto --names tests,spelling,format,docs,deps,lint \"npm run test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"", "test:deps": "virmator deps check", "test:docs": "virmator docs check", "test:format": "virmator format check", "test:lint": "virmator lint", "test:spelling": "virmator spellcheck" }, "dependencies": { "@augment-vir/assert": "^31.31.0", "@augment-vir/common": "^31.31.0", "@augment-vir/web": "^31.31.0", "@types/jsdom": "^21.1.7", "date-vir": "^7.4.0", "element-vir": "^26.7.1", "jsdom": "^26.1.0", "object-shape-tester": "^5.3.0", "rebrowser-playwright": "^1.52.0" }, "devDependencies": { "@augment-vir/test": "^31.31.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.32.0", "@stylistic/eslint-plugin": "^5.2.2", "@stylistic/eslint-plugin-ts": "^4.4.1", "@types/node": "^24.2.0", "@typescript-eslint/eslint-plugin": "^8.39.0", "cspell": "^9.2.0", "dependency-cruiser": "^17.0.1", "esbuild": "^0.25.8", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^52.0.4", "eslint-plugin-monorepo-cop": "^1.0.2", "eslint-plugin-playwright": "^2.2.2", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-require-extensions": "^0.1.3", "eslint-plugin-sonarjs": "^3.0.4", "eslint-plugin-unicorn": "^57.0.0", "markdown-code-example-inserter": "^3.0.3", "npm-check-updates": "^18.0.2", "prettier": "~3.3.3", "prettier-plugin-interpolated-html-tags": "^2.0.1", "prettier-plugin-jsdoc": "^1.3.3", "prettier-plugin-multiline-arrays": "^4.0.3", "prettier-plugin-organize-imports": "^4.2.0", "prettier-plugin-packagejson": "^2.5.19", "prettier-plugin-sort-json": "^4.1.1", "prettier-plugin-toml": "^2.0.6", "test-as-package": "^2.0.3", "type-fest": "^4.41.0", "typedoc": "^0.28.9", "typescript": "^5.9.2", "typescript-eslint": "^8.39.0", "virmator": "^13.15.6" }, "engines": { "node": ">=22" } }