{
  "name": "@semantic-ui/utils",
  "version": "0.17.0",
  "title": "Semantic UI Utils",
  "description": "Utility functions for arrays, objects, strings, type checking and more",
  "author": "Jack Lukic",
  "homepage": "https://next.semantic-ui.com",
  "license": "ISC",
  "type": "module",
  "main": "src/index.js",
  "module": "src/index.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./src/index.js",
      "browser": "./dist/bundle/index.min.js",
      "importmap": "./dist/cdn/index.min.js"
    }
  },
  "scripts": {
    "build": "wireit",
    "test": "vitest",
    "test:watch": "vitest --watch"
  },
  "devDependencies": {
    "@semantic-ui/internal-scripts": "^0.17.0",
    "vitest": "^3.2.4"
  },
  "files": [
    "src",
    "dist",
    "types",
    "README.md",
    "LICENSE"
  ],
  "wireit": {
    "build": {
      "dependencies": [
        "build:esm",
        "build:bundle",
        "build:cdn"
      ]
    },
    "build:esm": {
      "command": "node ../../internal-packages/scripts/src/build-esm.js"
    },
    "build:bundle": {
      "command": "node ../../internal-packages/scripts/src/build-bundle.js"
    },
    "build:cdn": {
      "command": "node ../../internal-packages/scripts/src/build-cdn.js"
    }
  }
}
