@starley/validacao-pix
Version:
Valida se a chavePix inserida tem um formato valido ou nao
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "@starley/validacao-pix",
"version": "1.0.11",
"description": "Valida se a chavePix inserida tem um formato valido ou nao",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"publishPackage": "npm run build && npm publish --access public"
},
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/forms": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarleyDev/validacao-pix.git"
},
"keywords": [
"ionic",
"pix",
"chave",
"validacao",
"transferencia"
],
"author": "Starley Cazorla",
"license": "MIT",
"bugs": {
"url": "https://github.com/StarleyDev/validacao-pix/issues"
},
"homepage": "https://github.com/StarleyDev/validacao-pix#readme",
"devDependencies": {
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/compiler-cli": "^15.2.8",
"@angular/core": "^15.2.8",
"@angular/forms": "^15.2.8",
"@types/node": "^18.16.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"codelyzer": "^6.0.2",
"moment": "^2.29.4",
"tslib": "^2.5.0"
}
}