UNPKG

@applitools/eyes-browser

Version:
75 lines 1.77 kB
{ "name": "@applitools/eyes-browser", "version": "1.5.19", "keywords": [ "applitools", "browser", "chrome extension", "eyes", "eyes-sdk", "test automation", "visual regression", "automation", "testing", "tests" ], "homepage": "https://applitools.com", "bugs": { "url": "https://github.com/applitools/eyes.sdk.javascript1/issues" }, "repository": { "type": "git", "url": "git://github.com/applitools/eyes.sdk.javascript1.git", "directory": "js/packages/eyes-browser" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Applitools Team", "email": "team@applitools.com" }, "exports": { ".": { "types": "./types/index.d.ts", "browser": "./dist/index.js", "default": "./dist/index.js" }, "./dist/*": "./dist/*.js", "./package.json": "./package.json" }, "main": "./dist/index.js", "types": "./types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "lint": "run --top-level eslint '**/*.ts'", "build": "node ./esbuild/browser.config.mjs", "test": "run --top-level mocha './test/**/*.spec.ts'" }, "dependencies": { "@applitools/eyes": "1.36.19" }, "devDependencies": { "@types/node": "^12.20.55", "@types/path-browserify": "^1.0.1", "assert": "^2.1.0", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "core-js": "^3.33.3", "crypto-browserify": "^3.12.1", "https-browserify": "^1.0.0", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "util": "^0.12.5" }, "engines": { "node": ">=12.13.0" }, "publishConfig": { "access": "public" } }