{
  "name": "etsdk-js",
  "version": "0.0.2",
  "description": "Client-side to Tobii Pro SDK",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
      "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsup"
  },
  "repository": {
    "type": "git",
    "url": "ETProServer"
  },
  "keywords": [
    "eye-tracking",
    "streaming",
    "real-time",
    "browser"
  ],
  "author": "Eduardo Davalos",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "express": "^4.18.2",
    "express-ws": "^5.0.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "isomorphic-ws": "^5.0.0",
    "js-logger": "^1.6.1"
  }
}
