{
  "name": "@rws-aoa/utils",
  "version": "3.0.2",
  "description": "Utilities for RWS AOA libraries and applications",
  "author": "@rws-aoa",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/cjs/index.d.cts",
  "exports": {
    "import": {
      "types": "./dist/esm/index.d.mts",
      "default": "./dist/esm/index.mjs"
    },
    "require": {
      "types": "./dist/cjs/index.d.cts",
      "default": "./dist/cjs/index.cjs"
    }
  },
  "homepage": "https://github.com/RWS-NL/aoa-design-system/tree/master/packages/utils#readme",
  "scripts": {
    "lint": "eslint src tests --fix",
    "test": "vitest run",
    "prebuild": "yarn lint && yarn test",
    "build": "tsdown",
    "prepack": "yarn build",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run"
  },
  "dependencies": {
    "@sapphire/utilities": "^3.18.2"
  },
  "devDependencies": {
    "@favware/cliff-jumper": "^6.0.0",
    "@types/jsdom": "^27.0.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.39.2",
    "jsdom": "^27.4.0",
    "tsdown": "^0.20.1",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RWS-NL/aoa-design-system.git",
    "directory": "packages/utils"
  },
  "bugs": {
    "url": "https://github.com/RWS-NL/aoa-design-system/issues"
  },
  "keywords": [
    "RWS-NL",
    "RWS-AOA",
    "RWS",
    "AOA",
    "typescript",
    "ts",
    "utils",
    "utilities"
  ]
}