{
  "name": "@anddev-oss/verdaccio-htpasswd-azure",
  "version": "0.0.6",
  "description": "htpasswd auth plugin for Verdaccio that saves in Azure Blob",
  "license": "MIT",
  "author": {
    "name": "&DEV Limited",
    "email": "opensource@and.dev"
  },
  "homepage": "https://github.com/ANDDEV-OSS/verdaccio-htpasswd-azure",
  "repository": {
    "url": "git+https://github.com/ANDDEV-OSS/verdaccio-htpasswd-azure.git",
    "type": "git"
  },
  "keywords": [
    "verdaccio",
    "plugin",
    "auth",
    "azure",
    "blob",
    "htpasswd",
    "verdaccio-plugin",
    "verdaccio-auth"
  ],
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@azure/identity": "^4.5.0",
    "@azure/storage-blob": "^12.24.0",
    "@verdaccio/commons-api": "^10.2.0"
  },
  "devDependencies": {
    "@types/http-errors": "^2.0.4",
    "@types/node": "^18.19.71",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@verdaccio/babel-preset": "^10.0.0",
    "@verdaccio/legacy-types": "^1.0.1",
    "@verdaccio/types": "^10.8.0",
    "eslint": "^9.8.0",
    "typescript": "^5.5.4",
    "verdaccio": "^6.0.5"
  },
  "scripts": {
    "build": "tsc",
    "debug": "DEBUG=verdaccio* ./node_modules/.bin/verdaccio --config /app/verdaccio-config.yaml",
    "start": "verdaccio -c /app/verdaccio-config.yaml"
  },
  "files": [
    "lib/"
  ],
  "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}
