{
  "name": "@vvlad1973/crypto",
  "version": "2.4.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "changelog": "npx gen-changelog",
    "build": "tsc",
    "doc": "typedoc"
  },
  "author": "Vladislav Vnukovskiy <vvlad1973@gmail.com>",
  "license": "MIT with Commercial Use",
  "description": "A JavaScript class for encrypting and decrypting text using specified cryptographic parameters (algorithm, password, etc.)",
  "devDependencies": {
    "@types/node": "^25.3.3",
    "@typescript-eslint/parser": "^7.18.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "@vvlad1973/gen-changelog": "^1.1.5",
    "pretty-format": "^29.7.0",
    "typedoc": "^0.28.15",
    "vitest": "^3.2.4"
  },
  "keywords": [
    "cryptography",
    "aes",
    "encryption",
    "decryption",
    "crypto",
    "security",
    "aes-js",
    "wrapper",
    "password",
    "salt",
    "hash",
    "key derivation",
    "pbkdf2"
  ]
}
