{
  "name": "@magnusbag/livets-core",
  "version": "0.1.4",
  "description": "TypeScript API layer for LiveTS framework",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/magnusbag/livets.git",
    "directory": "packages/core"
  },
  "keywords": [
    "livets",
    "real-time",
    "server-rendered",
    "websocket",
    "typescript",
    "framework",
    "reactive",
    "liveview"
  ],
  "author": "Magnus Bag <magnus@example.com>",
  "license": "MIT",
  "homepage": "https://github.com/magnusbag/livets#readme",
  "bugs": {
    "url": "https://github.com/magnusbag/livets/issues"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix"
  },
  "dependencies": {
    "@hono/node-server": "^1.18.2",
    "@magnusbag/livets-client": "^0.1.0",
    "hono": "^4.0.0",
    "uuid": "^9.0.0",
    "ws": "^8.14.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/uuid": "^9.0.0",
    "@types/ws": "^8.5.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "typescript": ">=4.5.0"
  }
}
