UNPKG

format-utils

Version:

Utilities for validating various formats of Indian system codes like Mobile, PAN, AADHAAR, GST and more!

78 lines (77 loc) 1.94 kB
{ "name": "format-utils", "version": "0.0.11", "description": "Utilities for validating various formats of Indian system codes like Mobile, PAN, AADHAAR, GST and more!", "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" ], "repository": { "type": "git", "url": "https://github.com/mastermunj/format-utils.git" }, "license": "MIT", "author": "Munjal Dhamecha", "main": "dist/validator.js", "files": [ "dist/*" ], "scripts": { "build": "npm run clean && tsc --noEmitOnError", "build:watch": "npm run build -- --watch", "clean": "rimraf dist coverage", "commit": "git-cz", "lint": "eslint --max-warnings=0 .", "lint:fix": "npm run lint -- --fix", "prepare": "husky", "release": "standard-version", "release:mock": "npm run release -- --dry-run", "test": "vitest", "test:watch": "npm run test -- --watch" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "@vitest/coverage-v8": "^3.0.9", "cpy-cli": "^5.0.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "husky": "^9.1.7", "lint-staged": "^15.5.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "sort-package-json": "^3.0.0", "standard-version": "^9.5.0", "typescript": "^5.8.2", "vitest": "^3.0.9" } }