UNPKG

smart-form-utils

Version:

Smart form helpers: validate and format user input like credit cards, phone numbers, Aadhaar, and more.

48 lines (47 loc) 1.24 kB
{ "name": "smart-form-utils", "version": "1.0.1", "description": "Smart form helpers: validate and format user input like credit cards, phone numbers, Aadhaar, and more.", "type": "module", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.js", "exports": { "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" }, "files": [ "dist" ], "scripts": { "build": "node build.js", "prepublishOnly": "npm run build", "test": "echo \"No tests yet\"" }, "keywords": [ "validator", "formatter", "form-utils", "input-validation", "input-formatting", "credit-card", "phone", "iban", "aadhaar", "pan", "gst", "javascript" ], "author": "Aman Singh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Aman-Singh123/smart-form-utils.git" }, "bugs": { "url": "https://github.com/Aman-Singh123/smart-form-utils/issues" }, "homepage": "https://github.com/Aman-Singh123/smart-form-utils#readme", "devDependencies": { "esbuild": "^0.25.5" } }