{
  "name": "@jihyunlab/crypto",
  "version": "2.2.1",
  "description": "JihyunLab Crypto.",
  "license": "MIT",
  "author": "JihyunLab <info@jihyunlab.com> (https://jihyunlab.com)",
  "homepage": "https://jihyunlab.com/library/npm/crypto",
  "repository": "https://github.com/jihyunlab/crypto",
  "bugs": "https://github.com/jihyunlab/crypto/issues",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --build",
    "start": "tsc --build && node dist/index.js",
    "clean": "tsc --build --clean",
    "lint": "eslint \"**/*.{ts,tsx,mts,cts}\"",
    "prettier": "prettier --check \"**/*.{ts,tsx,mts,cts}\"",
    "test": "jest --coverage --coverageReporters=cobertura"
  },
  "keywords": [
    "crypto",
    "cipher",
    "encryption",
    "decryption",
    "aes-cbc",
    "aes-gcm"
  ],
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@jihyunlab/eslint-config": "^2.1.1",
    "@jihyunlab/prettier-config": "^2.1.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.0"
  }
}
