{
  "name": "phoenix_typed_hook",
  "version": "0.18.1",
  "description": "Write your Phoenix LiveView client hooks using typed classes",
  "main": "priv/static/index.js",
  "types": "priv/static/index.d.ts",
  "files": [
    "priv/static/*"
  ],
  "scripts": {
    "build": "esbuild src/index.ts --bundle --sourcemap --platform=node --target=node10 --outdir=priv/static && tsc -p . --emitDeclarationOnly --declaration --outDir priv/static",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guisehn/phoenix_typed_hook.git"
  },
  "author": "Guilherme Sehn <guilherme@hey.com>",
  "license": "MIT",
  "homepage": "https://github.com/guisehn/phoenix_typed_hook#readme",
  "peerDependencies": {
    "@types/phoenix_live_view": "^0.15.1"
  },
  "devDependencies": {
    "@types/jest": "^29.0.3",
    "esbuild": "^0.15.9",
    "jest": "^29.0.3",
    "ts-jest": "^29.0.2",
    "typescript": "^4.8.3"
  }
}
