UNPKG

hannah-password-rules

Version:

Make validations defined from dashboard of Platform

23 lines (22 loc) 456 B
{ "name": "hannah-password-rules", "version": "0.1.1", "description": "Make validations defined from dashboard of Platform", "main": "./dist/index.js", "module": "./dist/index.mjs", "type": "module", "scripts": { "build": "tsup" }, "keywords": [ "password", "rules", "hannah" ], "author": "Emanuel Giovany Salas Salas", "license": "MIT", "devDependencies": { "tsup": "^8.4.0", "typescript": "^5.8.2" } }