{
   "name": "clabe-validator",
   "version": "3.0.6",
   "description": "Analyze or create a CLABE number for a Mexican bank account (written in functional TypeScript)",
   "license": "MIT",
   "type": "module",
   "module": "dist/clabe.js",
   "browser": "dist/clabe.min.js",
   "types": "dist/clabe.d.ts",
   "exports": "./dist/clabe.js",
   "files": [
      "dist"
   ],
   "repository": {
      "type": "git",
      "url": "git+https://github.com/center-key/clabe-validator.git"
   },
   "homepage": "https://github.com/center-key/clabe-validator",
   "bugs": "https://github.com/center-key/clabe-validator/issues",
   "docs": "https://centerkey.com/clabe",
   "author": "Center Key (https://centerkey.com)",
   "keywords": [
      "bank-account",
      "bank",
      "clabe-number",
      "clabe-validator",
      "clabe",
      "financial",
      "javascript",
      "mexico",
      "typescript",
      "validator"
   ],
   "jshintConfig": {
      "esversion": 11,
      "strict": "implied",
      "eqeqeq": true,
      "undef": true,
      "unused": true,
      "varstmt": true,
      "browser": true,
      "mocha": true,
      "node": true
   },
   "runScriptsConfig": {
      "clean": [
         "rimraf build dist"
      ],
      "lint": [
         "jshint . --exclude-path .gitignore",
         "eslint --max-warnings 0"
      ],
      "build": [
         "tsc",
         "esm-to-plain-js --cd=build clabe.js clabe.dev.js",
         "uglifyjs build/clabe.dev.js --output build/clabe.min.js"
      ],
      "dist": [
         "add-dist-header build dist",
         "html-validator spec docs"
      ]
   },
   "scripts": {
      "pretest": "run-scripts clean lint build dist",
      "test": "mocha spec/*.spec.js"
   },
   "devDependencies": {
      "@eslint/js": "~9.28",
      "@fortawesome/fontawesome-free": "~6.7",
      "@types/node": "~22.15",
      "add-dist-header": "~1.4",
      "assert-deep-strict-equal": "~1.2",
      "copy-file-util": "~1.2",
      "copy-folder-util": "~1.1",
      "dna-engine": "~3.2",
      "eslint": "~9.28",
      "esm-to-plain-js": "~1.1",
      "jsdom": "~26.1",
      "jshint": "~2.13",
      "mocha": "~11.5",
      "pretty-print-json": "~3.0",
      "rimraf": "~6.0",
      "run-scripts-util": "~1.3",
      "typescript": "~5.8",
      "typescript-eslint": "~8.33",
      "uglify-js": "~3.19",
      "w3c-html-validator": "~1.8",
      "web-ignition": "~2.3"
   }
}
