{
  "name": "@warlock.js/seal",
  "description": "Comprehensive Validation library",
  "keywords": [
    "validation",
    "typescript",
    "framework-agnostic",
    "seal",
    "warlock.js"
  ],
  "author": "hassanzohdy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/warlockjs/seal"
  },
  "dependencies": {
    "@mongez/supportive-is": "^2.1.3",
    "@mongez/reinforcements": "^3.3.0",
    "dayjs": "^1.11.9"
  },
  "version": "4.4.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "types": "./esm/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./esm/index.d.mts",
        "default": "./cjs/index.cjs"
      }
    }
  }
}
