{
  "name": "itlab-theme-system",
  "version": "4.3.0",
  "description": "",
  "author": {
    "name": "Timo Scheuermann",
    "email": "timo.scheuermann@sv-informatik.de"
  },
  "type": "module",
  "main": "./dist/itlab-theme-system.umd.js",
  "module": "./dist/itlab-theme-system.es.js",
  "types": "./dist/src/itlab-theme-system.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite --host",
    "build": "vite build",
    "preview": "vite preview --host",
    "typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
    "release:major": "npm version major && git push origin master --follow-tags",
    "release:minor": "npm version minor && git push origin master --follow-tags",
    "release:patch": "npm version patch && git push origin master --follow-tags",
    "release": "npm run release:major",
    "prepack": "npm run build"
  },
  "dependencies": {
    "vue": "^3.5.34"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/tsconfig": "^0.9.1",
    "sass": "^1.99.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.13",
    "vite-plugin-dts": "^5.0.1",
    "vue-tsc": "^3.3.1"
  }
}
