{
  "name": "@magnusbag/livets-client",
  "version": "0.1.4",
  "type": "module",
  "description": "Client-side connector for LiveTS framework - real-time server-rendered web applications",
  "main": "dist/connector.js",
  "types": "dist/connector.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/magnusbag/livets.git",
    "directory": "packages/client"
  },
  "keywords": [
    "livets",
    "client",
    "websocket",
    "dom-patching",
    "real-time",
    "browser",
    "connector"
  ],
  "author": "Magnus Bag <magnus@example.com>",
  "license": "MIT",
  "homepage": "https://github.com/magnusbag/livets#readme",
  "bugs": {
    "url": "https://github.com/magnusbag/livets/issues"
  },
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c --watch",
    "dev": "rollup -c --watch",
    "clean": "rm -rf dist",
    "test": "jest",
    "lint": "eslint src --ext .js,.ts",
    "lint:fix": "eslint src --ext .js,.ts --fix"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.0",
    "@rollup/plugin-terser": "^0.4.0",
    "@types/jest": "^29.5.0",
    "jest": "^29.7.0",
    "rollup": "^4.0.0",
    "tslib": "^2.6.0",
    "typescript": "^5.0.0"
  }
}
