@teleturbis/js-validator
Version:
This is a simple Validator, to check Strings for valid Characters. Also you can check an Email and an IBAN. Read more: https://www.npmjs.com/package/@teleturbis/js-validator
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "@teleturbis/js-validator",
"version": "1.0.3",
"description": "This is a simple Validator, to check Strings for valid Characters. Also you can check an Email and an IBAN. Read more: https://www.npmjs.com/package/@teleturbis/js-validator",
"keywords": [
"Validator",
"Validation",
"Check",
"validate",
"Email",
"IBAN",
"String",
"Character",
"Number"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"prepublish": "jest && tsc && npm pack",
"push": "jest && npm version patch && npm pack && tsc && git push",
"deploy": "jest && npm publish"
},
"author": "Kevin Poppe",
"license": "MIT",
"peerDependencies": {
"big.js": "^6.2.1"
},
"dependencies": {
"big.js": "^6.2.1"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teleturbis/js-validator.git"
},
"bugs": {
"url": "https://github.com/Teleturbis/js-validator/issues"
},
"homepage": "https://www.kevinpoppe.com/projects"
}