{
  "name": "css-var-bind",
  "version": "0.0.1",
  "description": "A utility web component which binds (and syncs) inputs to CSS variables",
  "keywords": [
    "web-components",
    "css-variables",
    "custom-elements",
    "css-custom-properties",
    "input-binding",
    "reactive",
    "vanilla-js"
  ],
  "author": "Jacob Berglund",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jberglund/css-var-bind.git"
  },
  "bugs": {
    "url": "https://github.com/jberglund/css-var-bind/issues"
  },
  "homepage": "https://github.com/jberglund/css-var-bind#readme",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run tsc",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "publint": "bunx publint",
    "dev": "bun index.html",
    "prepublishOnly": "bun run lint && bun run build"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.14",
    "typescript": "^5.9.3"
  }
}
