UNPKG

asp-identity-pw

Version:

Password hash and validation library that is compatible with the default ASP.NET Core Identity framework.

39 lines (38 loc) 912 B
{ "name": "asp-identity-pw", "version": "1.1.2", "description": "Password hash and validation library that is compatible with the default ASP.NET Core Identity framework.", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "test": "jest --config jestconfig.json" }, "keywords": [ "asp.net", "identity", "password", "hash", "validation" ], "author": "exceptionptr", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/0x2aff/asp-identity-pw.git" }, "bugs": { "url": "https://github.com/0x2aff/asp-identity-pw/issues" }, "homepage": "https://github.com/0x2aff/asp-identity-pw#readme", "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^17.0.13", "jest": "^27.4.7", "ts-jest": "^27.1.3", "typescript": "^4.5.5" } }