validame
Version:
Javascript string validator
33 lines (32 loc) • 640 B
JSON
{
"name": "validame",
"version": "4.0.3",
"description": "Javascript string validator",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Icaruk/validame"
},
"bugs": {
"url": "https://github.com/Icaruk/validame"
},
"homepage": "https://github.com/Icaruk",
"scripts": {
"test": "jest",
"declaration:build": "tsc -b"
},
"keywords": [
"javascript",
"validator",
"string",
"form",
"input"
],
"author": "Icaruk <adri-rk@hotmail.com>",
"license": "ISC",
"devDependencies": {
"jest": "^26.5.3",
"typescript": "^4.1.3"
},
"types": "index.d.ts"
}