hero-validate
Version:
simple validation library for Javascript & Reactjs functional
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "hero-validate",
"version": "1.1.8",
"description": "simple validation library for Javascript & Reactjs functional ",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode production --watch",
"watch": "webpack --mode production --watch",
"build": "webpack --mode production",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/ThanhHungDev/hero-validate.git"
},
"keywords": [
"react",
"react-validation",
"react-functional-validation",
"react-functional-validator",
"react-functional",
"react-component-validate",
"validation",
"validate",
"validate-javascript",
"validator",
"react-validator"
],
"author": "Trương Thanh Hùng <thanhhung.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThanhHungDev/hero-validate/issues"
},
"homepage": "https://github.com/ThanhHungDev/hero-validate#readme",
"devDependencies": {
"jest": "^27.0.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"@babel/preset-env": "^7.13.15"
},
"dependencies": {
"terser-webpack-plugin": "^5.1.4"
}
}