{
  "name": "phx-live-state",
  "version": "0.12.3",
  "description": "Front end library for live_state",
  "main": "build/src/index.js",
  "module": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "scripts": {
    "test": "web-test-runner \"build/**/*test.js\" --node-resolve",
    "build": "tsc",
    "pretest": "tsc",
    "prepublish": "npm run build",
    "setup": "npm install && npm run build",
    "doc": "typedoc --readme API_README.md src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/launchscout/phx-live-state"
  },
  "homepage": "https://launchscout.github.io/phx-live-state/",
  "author": "Chris Nelson",
  "license": "MIT",
  "devDependencies": {
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@open-wc/testing": "^3.1.6",
    "@types/mocha": "^10.0.8",
    "@types/sinon-chai": "^3.2.8",
    "@web/test-runner": "^0.19",
    "@web/test-runner-puppeteer": "^0.17.0",
    "fast-json-patch": "^3.1.1",
    "quibble": "^0.6.12",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0",
    "testdouble": "^3.16.6",
    "typedoc": "^0.23.24",
    "typescript": "^4.2.2"
  },
  "dependencies": {
    "json-joy": "^11.0",
    "phoenix": ">= 1.7",
    "reflect-metadata": "^0.1.13",
    "subscript": "^7.4.6",
    "wc-context": "1.0.0"
  }
}
