{
  "name": "password-portraits",
  "version": "1.0.3",
  "description": "AI-powered visual password strength analyzer. Generates unique warrior portraits from password entropy. Zero-knowledge — password never leaves the browser.",
  "keywords": [
    "password",
    "password-strength",
    "security",
    "react",
    "visualization",
    "portrait",
    "entropy",
    "zero-knowledge",
    "passgen",
    "ui-component"
  ],
  "author": "Password Portraits Team",
  "license": "MIT",
  "homepage": "https://github.com/your-username/password-portraits#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-username/password-portraits.git"
  },
  "bugs": {
    "url": "https://github.com/your-username/password-portraits/issues"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "build:lib": "vite build --config vite.lib.config.ts && npx tailwindcss -i ./src/index.css -o ./dist/lib/style.css --minify",
    "prepublishOnly": "npm run build:lib"
  },
  "main": "./dist/lib/index.umd.js",
  "module": "./dist/lib/index.es.js",
  "browser": "./dist/lib/index.umd.js",
  "types": "./dist/lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/lib/index.es.js",
      "require": "./dist/lib/index.umd.js",
      "types": "./dist/lib/index.d.ts"
    },
    "./style.css": "./dist/lib/style.css"
  },
  "files": [
    "dist/lib",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "three": ">=0.150.0"
  },
  "peerDependenciesMeta": {
    "three": {
      "optional": true
    }
  },
  "dependencies": {
    "animejs": "^4.3.6",
    "zustand": "^4.5.0"
  },
  "devDependencies": {
    "@types/animejs": "^3.1.12",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@types/three": "^0.183.1",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react": "^4.2.1",
    "autoprefixer": "^10.4.19",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.9.1"
  }
}
