{
  "name": "@systemic-games/pixels-core-connect",
  "version": "1.3.0",
  "description": "Platform agnostic classes and functions to communicate with Pixels dice.",
  "main": "dist/cjs/index",
  "module": "dist/esm/index",
  "umd:main": "dist/umd/index",
  "types": "dist/types/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "yarn build:cjs && yarn build:esm && yarn build:umd && yarn build:types",
    "build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
    "build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
    "build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
    "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
    "clean": "node tools/cleanup",
    "package": "yarn build && yarn pack",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --cache",
    "test": "jest --no-cache --runInBand",
    "test:cov": "jest --coverage --no-cache --runInBand"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "keywords": [
    "pixel",
    "pixels",
    "dice",
    "javascript",
    "typescript",
    "core",
    "connect"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:GameWithPixels/pixels-js.git"
  },
  "author": "Systemic Games (https://gamewithpixels.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GameWithPixels/pixels-js/issues"
  },
  "homepage": "https://github.com/GameWithPixels/pixels-js/tree/main/packages/pixels-core-connect",
  "dependencies": {
    "@systemic-games/pixels-core-animation": "~1.3.0",
    "@systemic-games/pixels-core-utils": "~1.3.0",
    "events": "^3.3.0"
  },
  "devDependencies": {
    "@types/events": "^3.0.3",
    "@types/jest": "^29.5.13",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.1",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
