{
  "name": "@aziontech/theme",
  "type": "module",
  "version": "4.2.0",
  "author": "aziontech",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aziontech/webkit.git",
    "directory": "packages/theme"
  },
  "scripts": {
    "pack:dry": "npm pack --dry-run",
    "format": "prettier --write scripts/ src/",
    "build": "pnpm build:tokens",
    "build:tokens": "node src/scripts/build-tokens.mjs",
    "clean:dts": "find src -name '*.d.ts' -delete && find src -name '*.d.ts.map' -delete",
    "build:dts": "pnpm clean:dts && vue-tsc --declaration --emitDeclarationOnly",
    "prepack": "pnpm build:tokens && pnpm build:dts"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "design-tokens",
    "theme",
    "css",
    "css-vars",
    "tailwind-css",
    "branding",
    "ui-kit",
    "token-generator"
  ],
  "dependencies": {
    "vue-tsc": "^3.2.5"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^10.0.1",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.6",
    "@semantic-release/npm": "^11.0.0",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "conventional-changelog-conventionalcommits": "^7.0.0",
    "semantic-release": "^23.0.0"
  },
  "files": [
    "src/",
    "dist/",
    "LICENSE"
  ],
  "exports": {
    ".": "./dist/v4/globals.css",
    "./animations": "./src/tokens/primitives/animations/animate.js",
    "./colors": "./src/tokens/primitives/colors/colors.js",
    "./texts": "./src/tokens/semantic/texts.data.js",
    "./theme-colors": "./src/scripts/compile-theme.js"
  }
}
