UNPKG

@itrocks/forgot-password

Version:

Forgot password management for @itrocks/user, including form, token generation, email sending, and secure reset

65 lines (64 loc) 1.44 kB
{ "author": { "name": "Baptiste Pillot", "email": "baptiste@pillot.fr" }, "dependencies": { "@itrocks/action-pack": "latest", "@itrocks/auto-redirect": "latest", "@itrocks/business-pack": "latest", "@itrocks/config": "latest", "@itrocks/edit": "latest", "@itrocks/output": "latest", "@itrocks/sql-functions": "latest", "@itrocks/translate": "latest", "@itrocks/user": "latest", "html-to-text": "^9.0", "nodemailer": "^6.9" }, "description": "Forgot password management for @itrocks/user, including form, token generation, email sending, and secure reset", "devDependencies": { "@types/html-to-text": "^9.0", "@types/nodemailer": "^6.4", "sass": "^1.83", "typescript": "~5.8" }, "engines": { "node": ">=18" }, "exports": "./cjs/forgot.js", "homepage": "https://it.rocks", "files": [ "config.yaml", "LICENSE", "README.md", "cjs/*", "css/*", "!*.map" ], "keywords": [ "account", "authentication", "backend", "forgot", "it.rocks", "password", "recovery", "reset", "security", "token", "user" ], "license": "ISC", "name": "@itrocks/forgot-password", "repository": { "type": "git", "url": "git+https://github.com/itrocks-ts/forgot-password.git" }, "scripts": { "build": "tsc && cp src/*.html cjs/ && npm run build:css", "build:css": "sass --no-source-map src:css && cp src/*.svg css/" }, "types": "./cjs/forgot.d.ts", "version": "0.0.13" }