{
  "name": "@styxstack/secure-storage",
  "version": "1.0.1",
  "description": "Cross-platform secure storage abstraction for Styx - supports React Native Keychain, Expo SecureStore, and web crypto",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "sideEffects": false,
  "dependencies": {
    "@styxstack/crypto-core": "1.0.1"
  },
  "peerDependencies": {
    "react-native-keychain": ">=8.0.0",
    "expo-secure-store": ">=12.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-keychain": {
      "optional": true
    },
    "expo-secure-store": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "jest": "^29.7.0",
    "typescript": "^5.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/QuarksBlueFoot/styx-stack-Solana-.git",
    "directory": "packages/secure-storage"
  },
  "keywords": [
    "solana",
    "privacy",
    "keychain",
    "secure-storage",
    "react-native"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "jest --passWithNoTests"
  }
}