{
  "name": "loop-colors",
  "version": "1.0.12",
  "description": "提供顏色陣列循環迭代功能的工具庫，支援隨機順序與自定義生成器 (Utility library for circular iteration over color arrays with random order and custom generator support)",
  "keywords": [
    "color",
    "loop",
    "iteration",
    "circular",
    "generator",
    "palette",
    "random",
    "create-by-yarn-tool",
    "create-by-tsdx"
  ],
  "homepage": "https://github.com/bluelovers/ws-color/tree/master/packages/loop-colors#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-color/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-color.git",
    "directory": "packages/loop-colors"
  },
  "license": "ISC",
  "author": "bluelovers",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.esm.mjs"
    },
    "./package.json": "./package.json",
    "./src/*": "./src/*"
  },
  "main": "dist/index.cjs",
  "unpkg": "dist/index.umd.production.min.cjs",
  "module": "dist/index.esm.mjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "pretest": "echo pretest",
    "test": "yarn run test:jest",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "posttest": "yarn run build",
    "build": "yarn run build:tsdx && yarn run build:dts:bundle",
    "build:dts:bundle": "ynpx @bluelovers/dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle",
    "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
    "build:dts:tsc": "yarn run build:dts:copy && yarn run build:dts:tsc:emit && yarn run build:dts:copy",
    "build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
    "build:tsdx": "ynpx @bluelovers/tsdx build --target node",
    "ci:install": "echo ci:install",
    "ci:build": "echo ci:build",
    "preversion": "yarn run test",
    "version": "echo version",
    "postversion": "echo postversion",
    "prepublish": "echo prepublish",
    "prepare": "echo prepare",
    "prepublishOnly": "echo prepublishOnly",
    "prepack": "echo prepack",
    "pack": "echo pack",
    "postpack": "echo postpack",
    "publish": "echo publish",
    "postpublish": "echo postpublish",
    "postpublishOnly": "echo postpublishOnly",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "ts-type": "^3.0.13"
  },
  "gitHead": "12732a34f57e6e16436778bcb5f0659afc9bdc3e"
}
