{
  "name": "minze",
  "version": "1.10.2",
  "license": "MIT",
  "author": "Sergej Samsonenko",
  "description": "Dead-simple JS framework for native web components.",
  "keywords": [
    "minze",
    "minzejs",
    "web components",
    "web elements"
  ],
  "type": "module",
  "main": "dist/main.js",
  "types": "dist/main.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=v16.0.0"
  },
  "homepage": "https://minze.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergejcodes/minze.git",
    "directory": "packages/minze"
  },
  "bugs": {
    "url": "https://github.com/sergejcodes/minze/issues"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build -c vite.config.build.ts",
    "build-test": "vite build",
    "preview": "vite preview",
    "test": "(npm run test-vi) && (npm run test-pw)",
    "test-vi": "vitest --run",
    "test-vi-ui": "vitest --ui",
    "test-pw": "npx playwright test",
    "test-pw-ui": "npx playwright test --ui",
    "test-pw-debug": "npx playwright test --debug"
  },
  "devDependencies": {
    "@playwright/test": "^1.52.0",
    "@vitest/ui": "^3.1.4",
    "happy-dom": "^17.4.7",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-minze": "*",
    "vitest": "^3.1.4"
  }
}
