{
  "name": "@timus-networks/theme",
  "version": "2.4.291",
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit",
    "lint:prettier": "npx prettier --write --list-different \"{**/*.js,**/*.vue,**/*.scss,!(node*)**/*.js}\"",
    "lint:eslint": "eslint --ext \".js,.ts,.vue,.json\" .",
    "lint:stylelint": "stylelint \"**/*.{scss,sass,html,vue}\"",
    "fix": "npm run lint:prettier && npm run lint:eslint -- --fix && npm run lint:stylelint -- --fix",
    "pub": "npm publish",
    "sass": "node generate-sass.js",
    "clean-composables": "node remove-composable.js",
    "build": "nuxt-module-build build && npm run clean-composables",
    "release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
    "version": "standard-version --release-as ${npm_config_type:-patch}",
    "release": "npm run build && npm run version && npm run pub && git push --follow-tags origin main"
  },
  "standard-version": {
    "tagPrefix": "theme-v",
    "releaseCommitMessageFormat": "chore(release): @timus-networks/theme {{currentTag}}",
    "types": [
      {
        "type": "build",
        "section": "Build System",
        "hidden": true
      }
    ],
    "release-as": "patch"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/timus-networks/upgrade.modules.git"
  },
  "keywords": [
    "nuxt",
    "nuxt3",
    "module",
    "component",
    "vue",
    "vue3",
    "theme",
    "tailwind"
  ],
  "peerDependencies": {
    "vue": "^3.x"
  },
  "author": "Serkan Konakcı<serkan.konakci@timusnetworks.com>",
  "license": "MIT",
  "dependencies": {
    "@nuxt/kit": "*",
    "tailwindcss": "*",
    "vue-tsc": "^2.0.29"
  },
  "devDependencies": {
    "changelogen": "^0.5.5",
    "sass": "*",
    "sass-loader": "*"
  }
}
