{
  "name": "commencer",
  "version": "1.1.3",
  "description": "Easy-to-use authentication integration template for beginners",
  "main": "index.js",
  "bin": {
    "commencer": "./bin/init.js"
  },
  "scripts": {
    "test": "rm -rf ./build && tsc && jest",
    "prod": "rm -rf ./build && tsc && rm -rf ./build/tests node ./build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aditya-garg-09-01-2002/q-auth.git"
  },
  "keywords": [
    "Beginner",
    "Authenticator"
  ],
  "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",
  "dependencies": {
    "@prisma/client": "^5.20.0",
    "bcrypt": "^5.1.1",
    "cookie-signature": "^1.2.1",
    "cors": "^2.8.5",
    "express": "^4.21.0",
    "googleapis": "^144.0.0",
    "jsonwebtoken": "^9.0.2",
    "nodemailer": "^6.9.15",
    "prisma": "^5.20.0",
    "supertest": "^7.0.0",
    "ts-jest": "^29.2.5",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.25.7",
    "@babel/preset-typescript": "^7.25.7",
    "@types/bcrypt": "^5.0.2",
    "@types/cookie-parser": "^1.4.7",
    "@types/cookie-signature": "^1.1.2",
    "@types/cors": "^2.8.17",
    "@types/dotenv": "^8.2.0",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.13",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^22.7.4",
    "@types/nodemailer": "^6.4.16",
    "@types/supertest": "^6.0.2",
    "@types/uuidv4": "^5.0.0",
    "dotenv": "^16.4.5",
    "nodemon": "^3.1.7",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  }
}
