{
  "name": "@8medusa/auth-emailpass",
  "version": "2.9.20",
  "description": "Email and password credential authentication provider for Medusa",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/medusajs/medusa",
    "directory": "packages/modules/providers/auth-emailpass"
  },
  "files": [
    "dist",
    "!dist/**/__tests__",
    "!dist/**/__mocks__",
    "!dist/**/__fixtures__"
  ],
  "engines": {
    "node": ">=20"
  },
  "author": "Medusa",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest --passWithNoTests src",
    "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
    "build": "rimraf dist && tsc --build",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@8medusa/framework": "2.7.0",
    "@swc/core": "^1.7.28",
    "@swc/jest": "^0.2.36",
    "jest": "^29.7.0",
    "rimraf": "^5.0.1",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "@types/bcrypt": "^6.0.0",
    "bcrypt": "^6.0.0",
    "scrypt-kdf": "^2.0.1"
  },
  "peerDependencies": {
    "@8medusa/framework": "2.7.0"
  },
  "keywords": [
    "medusa-provider",
    "medusa-provider-auth-userpass"
  ]
}
