{
  "name": "uk-modulus-check",
  "version": "2.0.11",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "homepage": "https://github.com/oli5679/uk-modulus-check",
  "bugs": "https://github.com/oli5679/uk-modulus-check/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/oli5679/uk-modulus-check.git"
  },
  "scripts": {
    "process": "node scripts/dataLoader.js",
    "build": "npm run process && tsc && cp -r src/data dist/data",
    "test": "jest",
    "release": "npm run build && npm publish",
    "lint": "eslint 'src/**/*.{ts,js}' --max-warnings=0",
    "fix": "eslint --fix 'src/**/*.{ts,js}'"
  },
  "keywords": [
    "vocalink",
    "modulus",
    "check",
    "uk",
    "bank",
    "account",
    "validation"
  ],
  "author": "Oliver Cairns",
  "description": "",
  "devDependencies": {
    "@eslint/js": "^9.11.0",
    "@types/jest": "^29.5.13",
    "@typescript-eslint/eslint-plugin": "^8.1.0",
    "@typescript-eslint/parser": "^8.1.0",
    "eslint": "^9.11.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.9.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "typescript": "5.5.x",
    "typescript-eslint": "^8.6.0"
  }
}