UNPKG

@argos-ci/browser

Version:
48 lines (47 loc) 1.26 kB
{ "name": "@argos-ci/browser", "description": "Browser utilities to stabilize visual testing with Argos.", "version": "5.0.0", "author": "Smooth Code", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/argos-ci/argos-javascript.git", "directory": "packages/browser" }, "homepage": "https://github.com/argos-ci/argos-javascript/blob/main/packages/browser/README.md", "bugs": { "url": "https://github.com/argos-ci/argos-javascript/issues" }, "keywords": [ "browser", "utilities", "argos" ], "publishConfig": { "access": "public" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsup --config global.tsup.config.ts && tsup", "check-types": "tsc", "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .", "lint": "eslint ." }, "devDependencies": { "@types/node": "catalog:" }, "gitHead": "807e4a9f3c4bfddd4197ed7394b032a39bc1c58e" }