UNPKG

@applitools/driver

Version:

Applitools universal framework wrapper

90 lines 2.09 kB
{ "name": "@applitools/driver", "version": "1.21.4", "description": "Applitools universal framework wrapper", "keywords": [ "applitools", "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/driver" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Applitools Team", "email": "team@applitools.com" }, "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" }, "./fake": { "types": "./types/fake/index.d.ts", "default": "./dist/fake/index.js" }, "./debug": { "types": "./types/debug/index.d.ts", "default": "./dist/debug/index.js" }, "./dist/*": { "types": "./types/*.d.ts", "default": "./dist/*.js" }, "./dist/fake": { "types": "./types/fake/index.d.ts", "default": "./dist/fake/index.js" }, "./dist/debug": { "types": "./types/debug/index.d.ts", "default": "./dist/debug/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "types": "./types/index.d.ts", "typesVersions": { "*": { "fake": [ "./types/fake/index.d.ts" ], "debug": [ "./types/debug/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'" }, "dependencies": { "@applitools/logger": "2.1.4", "@applitools/snippets": "2.6.5", "@applitools/utils": "1.8.2", "semver": "7.6.2" }, "devDependencies": { "@types/node": "^12.20.55" }, "engines": { "node": ">=12.13.0" }, "publishConfig": { "access": "public" } }