@teleturbis/js-validator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@teleturbis/js-validator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", | ||
@@ -20,6 +20,3 @@ "keywords": [ | ||
"test": "jest", | ||
"build": "rimraf ./build && tsc", | ||
"start": "npm run build && node build/index.js", | ||
"prepublish": "jest && tsc && npm pack", | ||
"dev": "npx nodemon", | ||
"push": "jest && npm version patch && npm pack && tsc && git push", | ||
@@ -40,4 +37,2 @@ "deploy": "jest && npm publish" | ||
"jest": "^29.3.1", | ||
"nodemon": "^2.0.20", | ||
"rimraf": "^4.0.4", | ||
"ts-jest": "^29.0.5", | ||
@@ -44,0 +39,0 @@ "ts-node": "^10.9.1", |
6
3999049
27
123243