@applitools/socket
Version:
Applitools implementation for bidi-communication protocol
57 lines • 1.34 kB
JSON
{
"name": "@applitools/socket",
"version": "1.2.3",
"description": "Applitools implementation for bidi-communication protocol",
"keywords": [
"applitools",
"socket",
"bidi",
"communication"
],
"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/socket"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"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": "run --top-level tsc --project ./tsconfig.build.json",
"test": "run --top-level mocha './test/**/*.spec.ts'"
},
"dependencies": {
"@applitools/logger": "2.1.2",
"@applitools/utils": "1.8.0"
},
"devDependencies": {
"@types/node": "^12.20.55"
},
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
}
}