{
  "name": "mates",
  "version": "0.5.2",
  "type": "module",
  "description": "Mates is a front end framework for building web applications",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c && tsc -p tsconfig.declarations.json",
    "dev": "rollup -c -w",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "bench": "vitest bench lib/actions/__benches__/asyncAction.bench.ts",
    "bench:watch": "vitest bench lib/actions/__benches__/asyncAction.bench.ts --watch",
    "bench:memory": "node --expose-gc scripts/asyncAction-memory-bench.mjs",
    "type-check": "tsc --noEmit",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "biome:check": "biome check lib",
    "biome:format": "biome format --write lib",
    "biome:lint": "biome lint lib",
    "biome:fix": "biome check --write lib",
    "clean": "rimraf dist",
    "prebuild": "npm run biome:check && npm run clean"
  },
  "keywords": [
    "lit-html",
    "lit",
    "react",
    "framework",
    "web-components",
    "front end framework",
    "spa",
    "solid",
    "solid-js",
    "preact",
    "svelte"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^2.3.15",
    "@js-temporal/polyfill": "^0.5.1",
    "@material/material-color-utilities": "^0.4.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.8",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/ui": "^4.0.18",
    "csstype": "^3.1.3",
    "esbuild": "^0.25.9",
    "eslint": "^8.54.0",
    "fake-indexeddb": "^6.2.5",
    "happy-dom": "^20.5.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.0.5",
    "rimraf": "^5.0.5",
    "rollup": "^3.29.4",
    "rollup-plugin-css-only": "^4.5.5",
    "rollup-plugin-dts": "^6.1.0",
    "ts-jest": "^29.1.1",
    "tslib": "^2.8.1",
    "typescript": "^5.3.2",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "lit-html": "3.2.1"
  }
}
