UNPKG

simple-express-react-auth

Version:

A lightweight authentication package for Express/React apps with single password protection using cookie-session

53 lines (52 loc) 1.33 kB
{ "name": "simple-express-react-auth", "version": "1.0.1", "description": "A lightweight authentication package for Express/React apps with single password protection using cookie-session", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "echo \"Build complete\"", "prepare": "npm run build", "example": "cd examples && node express-server.js" }, "keywords": [ "express", "react", "authentication", "auth", "middleware", "session", "cookie-session", "simple-auth", "password-protection", "login" ], "author": "wbruntra <your.email@example.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/yourusername/simple-express-react-auth.git" }, "bugs": { "url": "https://github.com/yourusername/simple-express-react-auth/issues" }, "homepage": "https://github.com/yourusername/simple-express-react-auth#readme", "type": "commonjs", "peerDependencies": { "express": "^4.0.0 || ^5.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "bcrypt": "^6.0.0" }, "devDependencies": { "express": "^5.1.0", "react": "^19.1.0" }, "files": [ "index.js", "express/", "react/", "README.md" ] }