{
  "name": "encrypt-storage",
  "version": "2.16.03",
  "packageManager": "pnpm@11.13.0",
  "description": "Wrapper for encrypted localStorage and sessionStorage in browser",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/michelonsouza/encrypt-storage#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/michelonsouza/encrypt-storage.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/michelonsouza"
  },
  "scripts": {
    "clean": "shx rm -rf _bundles lib lib-esm",
    "build": "tsc --declaration",
    "build:minified": "webpack",
    "lint": "eslint 'src/**'",
    "lint:fix": "eslint 'src/**' --fix",
    "test:jsdom": "jest -c jest.jsdom.config.js --passWithNoTests --no-cache --runInBand",
    "test:node": "jest -c jest.node.config.js --passWithNoTests --no-cache --runInBand",
    "test": "pnpm run test:jsdom && pnpm run test:node",
    "test:watch": "pnpm run test -- --watch",
    "test:staged": "pnpm run test -- --find-relatedTests",
    "test:ci": "rm -rf coverage && pnpm run test:jsdom && pnpm run test:node",
    "check": "npx npm-check -u -s",
    "pre-commit": "lint-staged",
    "prepare": "husky",
    "prepublish": "node ./prepublish.js && pnpm prettier -c -w ./package.json",
    "postpublish": "node ./postpublish.js && pnpm prettier -c -w ./package.json"
  },
  "keywords": [
    "localStorage",
    "sessionStorage",
    "safeStorage",
    "encryptStorage",
    "encrypted storage",
    "encrypted data",
    "security",
    "browser storage",
    "browser localStorage",
    "browser sessionStorage",
    "encrypt persist",
    "lgpd",
    "LGPD",
    "GDPR",
    "gdpr",
    "aws-amplify",
    "encrypt amplify localStorage",
    "amplify",
    "cognito",
    "encrypt cognito localStorage",
    "encrypt react localStorage",
    "encrypt vue localStorage",
    "encrypt angular localStorage",
    "vuex",
    "redux",
    "reactjs",
    "vuejs",
    "vue-2",
    "vue-3",
    "angular",
    "vuex-persist",
    "redux-persist",
    "pinia-plugin-persist",
    "pinia",
    "persistors",
    "webpack5",
    "webpack 5",
    "webpack",
    "state management persist"
  ],
  "author": {
    "email": "michelon.souza@gmail.com",
    "name": "Michelon Souza",
    "url": "https://github.com/michelonsouza"
  },
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^21.2.1",
    "@commitlint/config-conventional": "^21.2.0",
    "@eslint/eslintrc": "^3.3.6",
    "@eslint/js": "^10.0.1",
    "@faker-js/faker": "^10.5.0",
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^30.0.0",
    "@types/node": "^26.1.1",
    "@typescript-eslint/eslint-plugin": "^8.64.0",
    "@typescript-eslint/parser": "^8.64.0",
    "assert": "^2.1.0",
    "buffer": "^6.0.3",
    "copy-webpack-plugin": "^14.0.0",
    "eslint": "^10.7.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.5",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.6",
    "globals": "^17.7.0",
    "https-browserify": "^1.0.0",
    "husky": "^9.1.7",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "jest-environment-node": "^30.4.1",
    "jest-localstorage-mock": "^2.4.26",
    "lint-staged": "^17.0.8",
    "node-polyfill-webpack-plugin": "^4.1.0",
    "nyc": "^18.0.0",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "prettier": "^3.9.5",
    "process": "^0.11.10",
    "shx": "^0.4.0",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "ts-jest": "^29.4.11",
    "ts-loader": "^9.6.2",
    "typescript": "^6.0.3",
    "url": "^0.11.4",
    "webpack": "^5.108.4",
    "webpack-cli": "^7.2.1"
  },
  "dependencies": {
    "crypto-browserify": "^3.12.1",
    "crypto-js": "^4.2.0"
  }
}
