UNPKG

react-password-check

Version:

A simple password strength indicator component for react.

57 lines (56 loc) 1.54 kB
{ "name": "react-password-check", "version": "1.0.10", "description": "", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Bharath-K-C/password-check.git" }, "scripts": { "build": "yarn build:esm && yarn build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "prepare": "npm run build", "prepublishOnly": "npm run prettier && npm run lint", "clean": "rimraf dist/", "cpf": "copyfiles -u 1 src/**/*.png dist/" }, "devDependencies": { "@types/react": "^18.2.37", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "copyfiles": "^2.4.1", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "typescript": "^5.2.2" }, "peerDependencies": { "react": ">=16" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "react-password-check", "react-password", "password-check", "react", "typescript" ], "author": "Bharath K C (Bharath-K-C)", "license": "MIT" }