UNPKG

mexican-utils

Version:

Library that handles validations for several Mexican related fields

37 lines (36 loc) 951 B
{ "name": "mexican-utils", "version": "1.3.3", "description": "Library that handles validations for several Mexican related fields", "author": "NicolasET", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": ["dist"], "repository": { "type": "git", "url": "git+https://github.com/NicolasET/mexican-utils.git" }, "keywords": ["rfc", "curp"], "scripts": { "build": "tsup", "test": "jest", "format": "biome format --write ./src", "lint": "biome lint --write ./src" }, "bugs": { "url": "https://github.com/NicolasET/mexican-utils/issues" }, "homepage": "https://github.com/NicolasET/mexican-utils#readme", "devDependencies": { "@biomejs/biome": "1.8.3", "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.2.4", "typescript": "^5.5.4" }, "dependencies": {} }