UNPKG

node-hash-password

Version:

Hash your password before storing it on database with node.js

42 lines (41 loc) 1.03 kB
{ "name": "node-hash-password", "version": "1.4.2", "description": "Hash your password before storing it on database with node.js", "scripts": { "test": "node ./test/test.js", "build": "tsup", "publish:tsup": "npm run build && npm publish" }, "homepage": "https://github.com/damartripamungkas/node-hash-password", "repository": { "type": "git", "url": "https://github.com/damartripamungkas/node-hash-password.git" }, "keywords": [ "keccak256", "sha256", "sha512", "hash", "node-hash", "password-hash", "password" ], "main": "./dist/src/index.js", "module": "./dist/src/index.mjs", "types": "./dist/src/index.d.ts", "files": [ "dist" ], "author": "damartripamungkas", "license": "MIT", "dependencies": { "ethers": "^6.13.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.54.0", "tsup": "^8.1.0" } }