-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.12 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "loginsignuppage",
"version": "1.0.0",
"description": "This is a full-stack web application built with the MERN stack (MongoDB, Express.js, React, Node.js) providing a complete, secure, and modern foundation for user authentication. The project features user registration, login, stateless session management using JWTs in `httpOnly` cookies, protected routes, and a dynamic UI that responds to the user's authentication state. It serves as a robust starting point for any application requiring a secure user authentication system.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install --prefix Backend && npm install --prefix Frontend && npm run build --prefix Frontend",
"start": "npm start --prefix Backend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuecoAlto/LoginSignupPage.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/SuecoAlto/LoginSignupPage/issues"
},
"homepage": "https://github.com/SuecoAlto/LoginSignupPage#readme"
}