{
  "name": "@fuel-ts/keystore",
  "version": "0.48.2",
  "description": "Utilities for encrypting and decrypting data",
  "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "browser": {
    "./dist/index.mjs": "./dist/index.browser.mjs"
  },
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "@ethersproject/bytes": "^5.7.0",
    "@ethersproject/pbkdf2": "^5.7.0"
  },
  "scripts": {
    "build": "tsup",
    "postbuild": "tsx ../../scripts/postbuild.ts"
  }
}