@itrocks/signup
Version:
Handles user sign-up for @itrocks/user, with account creation and secure onboarding flow
73 lines (72 loc) • 1.38 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/action-bar": "latest",
"@itrocks/action-pack": "latest",
"@itrocks/auto-redirect": "latest",
"@itrocks/edit": "latest",
"@itrocks/output": "latest",
"@itrocks/user": "latest",
"@itrocks/ux-core": "latest"
},
"description": "Handles user sign-up for @itrocks/user, with account creation and secure onboarding flow",
"devDependencies": {
"@types/node": "^24.10",
"sass": "^1.95",
"typescript": "^6.0"
},
"engines": {
"node": ">=24"
},
"exports": "./cjs/signup.js",
"homepage": "https://it.rocks",
"files": [
"config.yaml",
"LICENSE",
"README.md",
"cjs",
"css",
"!*.map"
],
"keywords": [
"action",
"account",
"API",
"authentication",
"backend",
"component",
"creation",
"email",
"form",
"html",
"it.rocks",
"json",
"onboarding",
"register",
"registration",
"security",
"sign up",
"sign up form",
"signup",
"signup form",
"UI",
"user",
"UX",
"verification",
"view"
],
"license": "ISC",
"name": "@itrocks/signup",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/signup.git"
},
"scripts": {
"build": "tsc && cp src/*.html cjs/ && npm run build:css",
"build:css": "sass --no-source-map src:css && cp src/*.svg css/"
},
"version": "0.2.1"
}