{
  "name": "auto-request-encryption",
  "version": "1.0.8",
  "description": "Automatically encrypt incoming and outgoing requests between frontend and backend",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "encryption",
    "security",
    "requests",
    "axios",
    "express",
    "crypto"
  ],
  "author": "Abhay Singh",
  "license": "MIT",
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "crypto-js": "^4.2.0",
    "http": "^0.0.1-security"
  },
  "browser": {
    "./dist/server/node.js": "./dist/client/browser.js"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^24.10.1",
    "typescript": "^5.9.3"
  }
}
