{
  "name": "@hilla/frontend",
  "version": "2.5.8",
  "description": "Hilla frontend utils",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/hilla.git",
    "directory": "packages/ts/hilla-frontend"
  },
  "keywords": [
    "Hilla"
  ],
  "scripts": {
    "clean:build": "git clean -fx . -e .vite -e node_modules",
    "build": "concurrently npm:build:*",
    "build:esbuild": "tsx ../../../scripts/build.ts",
    "build:dts": "tsc --isolatedModules -p tsconfig.build.json",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix",
    "test": "karma start ../../../karma.config.cjs --port 9880",
    "test:coverage": "npm run test -- --coverage",
    "test:watch": "npm run test -- --watch",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./Authentication.js": {
      "types": "./Authentication.d.ts",
      "default": "./Authentication.js"
    },
    "./Connect.js": {
      "types": "./Connect.d.ts",
      "default": "./Connect.js"
    },
    "./EndpointErrors.js": {
      "types": "./EndpointErrors.d.ts",
      "default": "./EndpointErrors.js"
    },
    "./index.js": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vaadin/hilla/issues"
  },
  "homepage": "https://hilla.dev",
  "files": [
    "*.{d.ts.map,d.ts,js.map,js}"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vaadin/common-frontend": "^0.0.19",
    "atmosphere.js": "^3.1.3",
    "js-cookie": "^3.0.5"
  },
  "peerDependencies": {
    "lit": "^3.0.0"
  },
  "devDependencies": {
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@open-wc/testing": "^3.2.0",
    "@types/atmosphere.js": "^2.1.4",
    "@types/chai": "^4.3.6",
    "@types/chai-as-promised": "^7.1.6",
    "@types/js-cookie": "^3.0.4",
    "@types/mocha": "^10.0.2",
    "@types/sinon": "^10.0.17",
    "@types/sinon-chai": "^3.2.10",
    "@types/validator": "^13.11.2",
    "chai-as-promised": "^7.1.1",
    "chai-dom": "^1.11.0",
    "fetch-mock": "^9.11.0",
    "sinon": "^16.0.0",
    "sinon-chai": "^3.7.0",
    "typescript": "5.3.2"
  }
}
