UNPKG

passcode-validator

Version:

Validate passwords and numeric codes

37 lines (36 loc) 898 B
{ "author": "Adrian Garcia Estaun", "name": "passcode-validator", "description": "Validate passwords and numeric codes", "keywords": [ "validation", "password", "passcode", "PIN", "numeric password", "input field validation" ], "version": "1.0.0", "license": "MIT", "main": "src/index.ts", "homepage": "https://github.com/agestaun/passcode-validator", "scripts": { "build": "tsc", "test": "vitest", "coverage": "vitest run --coverage", "lint": "npx eslint .", "lint:fix": "npm run lint -- --fix", "pack": "npm pack" }, "devDependencies": { "@types/jest": "29.2.2", "@typescript-eslint/eslint-plugin": "5.42.1", "@typescript-eslint/parser": "5.42.1", "@vitest/coverage-c8": "0.25.3", "eslint": "8.27.0", "jest": "29.3.1", "ts-jest": "29.0.3", "typescript": "4.8.4", "vitest": "0.25.3" } }