{
  "name": "@iyulab/modern-app",
  "description": "web-framework by iyulab based on lit-element",
  "version": "0.3.6",
  "keywords": [
    "iyulab",
    "web-framework",
    "lit-element"
  ],
  "license": "MIT",
  "author": "iyulab",
  "repository": {
    "type": "git",
    "url": "https://github.com/iyulab/node-modern-app.git"
  },
  "files": [
    "dist",
    "skills",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./dist/*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*"
    }
  },
  "scripts": {
    "test": "vite",
    "build": "vite build"
  },
  "dependencies": {
    "@iyulab/components": "^1.0.6",
    "@iyulab/router": "^0.9.3",
    "i18next": "^26.2.0",
    "lit": "^3.3.3"
  },
  "devDependencies": {
    "@types/node": "^25.8.0",
    "typescript": "^5.9.3",
    "vite": "^8.0.13",
    "vite-plugin-dts": "^5.0.0"
  }
}
