node-simple-validator
Version:
A simple validator of data
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "node-simple-validator",
"version": "2.0.0",
"description": "A simple validator of data",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --declaration",
"test": "./node_modules/mocha/bin/mocha --recursive ./tests/",
"test:watch": "./node_modules/mocha/bin/mocha --recursive ./tests/ --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gabrielvt14/node-simple-validator.git"
},
"keywords": [
"validator",
"validation",
"validate",
"email",
"cpf",
"cpf validation",
"cpf validator",
"cpf validate",
"email validation",
"email validator",
"email validate"
],
"author": "Gabriel Vieira",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gabrielvt14/node-simple-validator/issues"
},
"homepage": "https://github.com/Gabrielvt14/node-simple-validator#readme",
"devDependencies": {
"@types/node": "^16.4.7",
"chai": "^4.2.0",
"mocha": "^8.2.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}