{
  "name": "@aditya-garg-09-01-2002/q-auth",
  "version": "1.2.0",
  "description": "Easy and quick authentication integration for beginner dev projects",
  "main": "build/index.js",
  "types":" build/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build":"rm -rf build && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aditya-garg-09-01-2002/q-auth.git"
  },
  "keywords": [
    "Authenticator",
    "Beginner"
  ],
  "author": "github.com/aditya-garg-09-01-2002",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/aditya-garg-09-01-2002/q-auth/issues"
  },
  "homepage": "https://github.com/aditya-garg-09-01-2002/q-auth#readme",
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/dotenv": "^8.2.0",
    "@types/express": "^5.0.0",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^22.7.4",
    "@types/uuidv4": "^5.0.0",
    "typescript": "^5.6.2"
  },
  "peerDependencies": {
    "@prisma/client": "^5.20.0",
    "bcrypt": "^5.1.1",
    "body-parser": "^1.20.3",
    "cookie-parser": "^1.4.6",
    "express": "^4.21.0",
    "jsonwebtoken": "^9.0.2",
    "uuidv4": "^6.2.13"
  },
  "dependencies": {
    "dotenv": "^16.4.5"
  }
}
