{
  "name": "zeppos-zui",
  "version": "1.0.1",
  "description": "ZUI - A comprehensive UI component library for ZeppOS smart watches, optimized for Amazfit Balance (480x480)",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/esm/index.js",
      "types": "./dist/index.d.ts"
    },
    "./components": {
      "require": "./dist/components/index.js",
      "import": "./dist/esm/components/index.js",
      "types": "./dist/components/index.d.ts"
    },
    "./theme": {
      "require": "./dist/theme/index.js",
      "import": "./dist/esm/theme/index.js",
      "types": "./dist/theme/index.d.ts"
    },
    "./animations": {
      "require": "./dist/animations/index.js",
      "import": "./dist/esm/animations/index.js",
      "types": "./dist/animations/index.d.ts"
    },
    "./layout": {
      "require": "./dist/layout/index.js",
      "import": "./dist/esm/layout/index.js",
      "types": "./dist/layout/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc -p tsconfig.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts,.js",
    "lint:fix": "eslint src --ext .ts,.js --fix",
    "docs": "typedoc --out docs/api src/index.ts",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "zeppos",
    "amazfit",
    "smartwatch",
    "ui-library",
    "components",
    "wearable",
    "amazfit-balance",
    "zepp-os",
    "watch-ui",
    "ui-components"
  ],
  "author": "PokeFlow",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/poke-flow/zui.git"
  },
  "homepage": "https://github.com/poke-flow/zui#readme",
  "bugs": {
    "url": "https://github.com/poke-flow/zui/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.24.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
