{
  "name": "@xingwangzhe/tags-cloud",
  "version": "1.2.7",
  "description": "Canvas-driven 3D tag cloud engine",
  "keywords": [
    "3d",
    "canvas",
    "sphere",
    "tag-cloud",
    "tags"
  ],
  "license": "MIT",
  "author": "xingwangzhe",
  "repository": {
    "type": "git",
    "url": "https://github.com/xingwangzhe/tags-cloud"
  },
  "files": [
    "dist",
    "src/core",
    "src/index.ts",
    "src/TagCloud.ts"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:demo": "vite build -c vite.demo.config.ts",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "prepare": "simple-git-hooks",
    "precommit": "bun run lint && bun run fmt:check && bun test",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "oxfmt": "^0.64.0",
    "oxlint": "^1.79.0",
    "simple-git-hooks": "^2.13.1",
    "vite": "^8.2.1",
    "vitest": "^4.1.11"
  },
  "simple-git-hooks": {
    "pre-commit": "bun run lint && bun run fmt:check"
  }
}
