UNPKG

pixkey

Version:

Identify, validate, format and normalize a Pix key type from a string

47 lines (46 loc) 1.11 kB
{ "name": "pixkey", "version": "2.0.1", "description": "Identify, validate, format and normalize a Pix key type from a string", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "mocha", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/jesobreira/pixkey.git" }, "keywords": [ "pix", "bacen", "banco", "central", "banco", "real", "dinheiro", "brasil", "chave" ], "author": "Jefrey S. Santos <jefrey.santos@capitual.com>", "license": "MIT", "bugs": { "url": "https://github.com/jesobreira/pixkey/issues" }, "homepage": "https://github.com/jesobreira/pixkey#readme", "dependencies": { "email-validator": "^2.0.4", "js-brasil": "^2.4.6", "libphonenumber-js": "^1.9.38", "uuid-validate": "0.0.3" }, "devDependencies": { "@types/email-validator": "^1.0.3", "@types/node": "^20.10.3", "@types/uuid-validate": "^0.0.2", "mocha": "^8.4.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }