{
  "name": "dom-reactive",
  "version": "1.8.1",
  "description": "A library for working with DOM with syntax similar to Vue.",
  "main": "./dist/index.ts",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.ts",
      "require": "./dist/index.ts"
    }
  },
  "files": [
    "./dist/index.ts",
    "./dist/index.d.ts",
    "./dist/index.mjs",
    "./dist/index.mjs.map"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artemsites/dom-reactive.git"
  },
  "scripts": {
    "build": "vite build && cp index.ts dist",
    "publish": "npm publish"
  },
  "keywords": [
    "Working",
    "native",
    "HTML",
    "DOM",
    "reactive",
    "with",
    "syntax",
    "similar",
    "Vue"
  ],
  "author": "Artem Kuznecov (ArtemSites)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artemsites/dom-reactive/issues"
  },
  "homepage": "https://github.com/artemsites/dom-reactive#readme",
  "devDependencies": {
    "typescript": "^5.7.3",
    "vite": "^6.1.1",
    "vite-plugin-dts": "^4.5.0"
  },
  "dependencies": {
    "dom-reactive": "^1.2.7",
    "mitt": "^3.0.1"
  }
}
