{
  "name": "@bantis/local-cipher",
  "version": "2.3.0",
  "description": "Client-side encryption for localStorage - Framework-agnostic with React and Angular support",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./react": {
      "import": "./dist/react.esm.js",
      "require": "./dist/react.js",
      "types": "./dist/react.d.ts"
    },
    "./angular": {
      "import": "./dist/angular.esm.js",
      "require": "./dist/angular.js",
      "types": "./dist/angular.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "encryption",
    "localstorage",
    "security",
    "aes-256-gcm",
    "crypto",
    "typescript",
    "react",
    "angular",
    "web-crypto-api",
    "client-side-encryption",
    "browser-storage",
    "pbkdf2",
    "secure-storage",
    "data-encryption",
    "xss-protection",
    "frontend-security",
    "storage-encryption",
    "encrypted-storage",
    "browser-encryption",
    "javascript-encryption",
    "secure-localstorage",
    "aes-encryption",
    "token-storage",
    "jwt-encryption"
  ],
  "author": "MTT",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/master-tech-team/-bantis-local-cipher.git"
  },
  "homepage": "https://github.com/master-tech-team/-bantis-local-cipher#readme",
  "bugs": {
    "url": "https://github.com/master-tech-team/-bantis-local-cipher/issues"
  },
  "devDependencies": {
    "@angular/core": "^19.2.19",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.11",
    "@types/react": "^18.3.28",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.3.1",
    "rollup": "^4.9.6",
    "rollup-plugin-dts": "^6.1.0",
    "rxjs": "^7.8.2",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "@angular/core": ">=15.0.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "rxjs": "^7.0.0"
  },
  "peerDependenciesMeta": {
    "@angular/core": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "rxjs": {
      "optional": true
    }
  }
}
