{
  "name": "@empirica/player",
  "description": "Empirica Player",
  "version": "1.0.0-beta.3",
  "license": "Apache-2.0",
  "files": [
    "dist-*/",
    "bin/",
    "assets/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "empirica",
    "experiment",
    "research",
    "multiplayer",
    "real-time",
    "behavioral",
    "social-science",
    "psychology"
  ],
  "homepage": "https://github.com/empiricaly/empirica#readme",
  "bugs": {
    "url": "https://github.com/empiricaly/empirica/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empiricaly/empirica.git"
  },
  "dependencies": {
    "@empirica/tajriba": "latest",
    "@react-hook/mouse-position": "4.1.3",
    "events": "^3.3.0",
    "svelte": "^3.40.2"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "volta": {
    "node": "16.4.1",
    "yarn": "1.22.15",
    "npm": "7.19.1"
  },
  "author": "Nicolas Paton <nicolas.paton@gmail.com>",
  "module": "dist-web/index.js",
  "main": "dist-node/index.js",
  "deno": "dist-deno/index.ts"
}
