{
   "name": "clabe-validator",
   "version": "3.1.2",
   "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 docs"
      ],
      "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"
      ],
      "docs": [
         "copy-folder src/website --ext=.jpg             docs",
         "replacer    src/website                        docs",
         "replacer --virtual-input . --rename=robots.txt docs --content=#{{space}}Allow{{space}}bots",
         "replacer --virtual-input . --rename=CNAME      docs --content=clabe-validator.js.org"
      ]
   },
   "scripts": {
      "pretest": "run-scripts clean lint build dist docs",
      "test": "mocha spec",
      "posttest": "html-validator spec docs"
   },
   "devDependencies": {
      "@eslint/js": "~9.39",
      "@fortawesome/fontawesome-free": "~7.1",
      "@types/node": "~25.0",
      "add-dist-header": "~1.6",
      "assert-deep-strict-equal": "~1.2",
      "copy-file-util": "~1.3",
      "copy-folder-util": "~1.2",
      "dna-engine": "~3.3",
      "eslint": "~9.39",
      "esm-to-plain-js": "~1.2",
      "jsdom": "~27.4",
      "jshint": "~2.13",
      "mocha": "~11.7",
      "pretty-print-json": "~3.0",
      "replacer-util": "~1.5",
      "rimraf": "~6.1",
      "run-scripts-util": "~1.3",
      "typescript": "~5.9",
      "typescript-eslint": "~8.53",
      "uglify-js": "~3.19",
      "w3c-html-validator": "~2.2",
      "web-ignition": "~2.5"
   }
}
