{
  "name": "emmy-dom",
  "version": "1.6.6",
  "description": "A tiny simple front-end library for building web applications",
  "main": "dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./server": "./dist/server.js"
  },
  "files": [
    "dist/"
  ],
  "directories": {
    "dist": "dist"
  },
  "scripts": {
    "tsc": "tsc -p tsconfig.json",
    "cpdir": "cp -r ./src/ssr ./dist/",
    "co:build": "npm run tsc && npm run cpdir && vitest run && npm run lint",
    "build": "npm run tsc && npm run cpdir && npm run coverage && npm run lint",
    "co": "npm run co:build && git add . && sui-mono commit && git push",
    "check": "node scripts/check.cjs",
    "release": "node scripts/release.cjs",
    "lint": "eslint --ext .ts ./src --fix",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emmyjs/emmy-dom.git"
  },
  "keywords": [
    "front-end",
    "components",
    "web-components"
  ],
  "author": "Emmanuel Norambuena",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/emmyjs/emmy-dom/issues"
  },
  "homepage": "https://emmyjs.pages.dev/",
  "sideEffects": false,
  "devDependencies": {
    "@s-ui/mono": "2.41.0",
    "@types/eslint": "8.44.7",
    "@typescript-eslint/eslint-plugin": "6.17.0",
    "@typescript-eslint/parser": "6.17.0",
    "@vitest/coverage-v8": "0.34.6",
    "eslint": "8.56.0",
    "happy-dom": "12.10.3",
    "typescript": "5.2.2",
    "undici-types": "5.27.2",
    "vitest": "0.34.6"
  },
  "dependencies": {
    "jsx-to-html": "1.1.0",
    "parse5": "7.1.2",
    "undom": "0.4.0"
  }
}
