{
  "name": "cross-crypto-ts",
  "version": "2.0.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "encryption",
    "cryptography",
    "security",
    "typescript",
    "python",
    "rsa",
    "aes",
    "hybrid-encryption",
    "cross-platform",
    "secure-communication",
    "data-protection",
    "crypto",
    "gcm",
    "oaep",
    "sha256",
    "ed25519"
  ],
  "author": "Jose Fabian Soltero Escobar",
  "license": "MIT",
  "description": "Cifrado híbrido AES-GCM + RSA-OAEP con interoperabilidad entre TypeScript y Python, con diseño compatible para Rust.",
  "repository": {
    "type": "git",
    "url": "https://github.com/acadyne/cross-crypto-ts.git"
  },
  "bugs": {
    "url": "https://github.com/acadyne/cross-crypto-ts/issues"
  },
  "homepage": "https://github.com/acadyne/cross-crypto-ts",
  "dependencies": {
    "adm-zip": "^0.5.16",
    "mime-types": "^3.0.1",
    "node-forge": "^1.3.1"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/mime-types": "^3.0.1",
    "@types/node": "^22.13.1",
    "@types/node-forge": "^1.3.11",
    "typescript": "^5.7.3"
  }
}