{
  "name": "@expo/pkcs12",
  "version": "0.5.1",
  "description": "PKCS#12 Utilities for Node.js",
  "keywords": [
    "pkcs12"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "files": [
    "build"
  ],
  "homepage": "https://github.com/expo/expo/tree/main/packages/%40expo/pkcs12#readme",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/pkcs12"
  },
  "dependencies": {
    "node-forge": "^1.3.3"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "@types/node-forge": "^1.0.0",
    "expo-module-scripts": "56.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "71ec800b2fa6133d22d69b70945132e22f1b7ae8",
  "scripts": {
    "build": "expo-module tsc",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck",
    "watch": "pnpm run build --watch --preserveWatchOutput"
  }
}