UNPKG

@deposits/validators

Version:

A collection of Fintech-specific and general-purpose validators, designed to extend popular validation libraries like Vuelidate, Zod, and yup.

49 lines (48 loc) 1.27 kB
{ "name": "@deposits/validators", "version": "0.0.9", "description": "A collection of Fintech-specific and general-purpose validators, designed to extend popular validation libraries like Vuelidate, Zod, and yup.", "main": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "test": "jest", "prepare": "husky", "build": "rm -rf dist && rollup --config rollup.config.js" }, "type": "module", "keywords": [ "Deposits", "validators", "vuelidate" ], "author": "Deposits", "devDependencies": { "@babel/cli": "^7.25.7", "@babel/core": "^7.25.7", "@babel/preset-env": "^7.25.7", "@eslint/js": "^9.11.1", "@jest/globals": "^29.7.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "core-js": "^3.38.1", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "globals": "^15.10.0", "husky": "^9.1.6", "i": "^0.3.7", "jest": "^29.7.0", "npm": "^10.8.3", "prettier": "^3.2.5", "rollup": "^4.24.0" }, "homepage": "https://github.com/DepositsTeam/validators", "repository": { "type": "git", "url": "https://github.com/DepositsTeam/validators" } }