UNPKG

@applitools/utils

Version:
61 lines 1.4 kB
{ "name": "@applitools/utils", "version": "1.8.2", "keywords": [ "applitools", "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/utils" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Applitools Team", "email": "team@applitools.com" }, "exports": { ".": { "types": "./types/index.d.ts", "browser": "./dist/browser.js", "default": "./dist/index.js" }, "./dist/*": "./dist/*.js", "./package.json": "./package.json" }, "main": "./dist/index.js", "browser": "./dist/browser.js", "types": "./types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "lint": "run --top-level eslint '**/*.ts'", "build": "run --top-level tsc --project ./tsconfig.build.json", "test": "run --top-level mocha './test/**/*.spec.ts'" }, "devDependencies": { "@applitools/test-utils": "^1.5.17", "@types/chai": "^5", "@types/node": "^12.20.55", "chai": "^4.2.0" }, "engines": { "node": ">=12.13.0" }, "publishConfig": { "access": "public" } }