|
@@ -0,0 +1,33 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "name": "auth-lib",
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "description": "",
|
|
|
|
|
+ "main": "src/server.js",
|
|
|
|
|
+ "scripts": {
|
|
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
+ "dev:backend": "nodemon src/server.js",
|
|
|
|
|
+ "dev:frontend": "cd src/webui && npm run dev"
|
|
|
|
|
+ },
|
|
|
|
|
+ "repository": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "http://208.117.82.46:3000/khysnik/auth-lib.git"
|
|
|
|
|
+ },
|
|
|
|
|
+ "keywords": [],
|
|
|
|
|
+ "author": "",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "type": "module",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@seald-io/nedb": "^4.1.2",
|
|
|
|
|
+ "argon2": "^0.44.0",
|
|
|
|
|
+ "body-parser": "^2.2.1",
|
|
|
|
|
+ "cookie-parser": "^1.4.7",
|
|
|
|
|
+ "cors": "^2.8.5",
|
|
|
|
|
+ "express": "^5.2.1",
|
|
|
|
|
+ "jsonwebtoken": "^9.0.3",
|
|
|
|
|
+ "nodemailer": "^7.0.12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "dotenv": "^17.2.3",
|
|
|
|
|
+ "nodemon": "^3.1.11"
|
|
|
|
|
+ }
|
|
|
|
|
+}
|