{
  "name": "esevajs",
  "version": "0.0.9",
  "description": "This package provides validation of Indian system codes like Mobile, PAN, AADHAAR, GST and more! (Make In India)",
  "keywords": [
    "format validators",
    "mobile",
    "pincode",
    "PAN",
    "TAN",
    "UAN",
    "IFSC",
    "ESIC",
    "IMEI",
    "AADHAAR",
    "AADHAR",
    "AADHAAR VID",
    "GST",
    "GSTIN",
    "vehicle registration",
    "vpa",
    "upi",
    "upi id",
    "india",
    "validators",
    "validation",
    "validate",
    "aadhar",
    "api",
    "backend",
    "frontend",
    "pan",
    "pancard",
    "e-seva",
    "indian",
    "gstin",
    "tan",
    "imei",
    "card",
    "ifsc",
    "esic",
    "uan",
    "hsn",
    "sac",
    "checksum",
    "algorithm",
    "form validators"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "license": "MIT",
  "author": "Tazim Madre",
  "main": "dist/validator.js",
  "scripts": {
    "build": "npm run clean && tsc --noEmitOnError",
    "postbuild": "cpy src/*.json dist/",
    "build:watch": "npm run build -- --watch",
    "clean": "rimraf dist coverage",
    "commit": "git-cz",
    "lint": "eslint --ext .js,.ts .",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "husky install",
    "release": "standard-version",
    "release:mock": "npm run release -- --dry-run",
    "test": "jest --detectOpenHandles --coverage",
    "test:watch": "npm run test -- --watch"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "cpy-cli": "^4.0.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^27.0.1",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^8.0.0",
    "jest": "^27.4.7",
    "lint-staged": "^13.0.0",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "sort-package-json": "^1.53.1",
    "standard-version": "^9.3.2",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.4"
  }
}
