{
  "name": "@abdellatif.dev/cryptjs",
  "version": "1.1.1",
  "description": "A JavaScript/TypeScript library that brings cryptographic functionality from Dart to the web",
  "type": "module",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abdellatif-temsamani/cryptjs"
  },
  "bugs": {
    "url": "https://github.com/abdellatif-temsamani/cryptjs/issues"
  },
  "homepage": "https://github.com/abdellatif-temsamani/cryptjs",
  "keywords": [
    "sha512",
    "hash",
    "cryptography",
    "encryption",
    "security",
    "typescript",
    "javascript",
    "dart",
    "crypto",
    "hashing-algorithm",
    "password-hashing",
    "secure-hashing",
    "sha",
    "crypt-lib"
  ],
  "author": "Abdellatif Dev",
  "license": "MIT",
  "types": "src/types.d.ts",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "types": "./src/types.d.ts"
    }
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@jest/globals": "^30.2.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.9",
    "eslint": "^9.39.2",
    "eslint-plugin-jsdoc": "^62.1.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^17.0.0",
    "jest": "^30.2.0",
    "node-notifier": "^10.0.1"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest"
  }
}