{
  "name": "@abdellatif.dev/cryptjs",
  "version": "0.4.0",
  "description": "a JavaScript/TypeScript library that brings cryptographic functionality from Dart to the web",
  "main": "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",
  "devDependencies": {
    "@babel/cli": "^7.25.9",
    "@babel/core": "^7.26.0",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/runtime-corejs2": "^7.26.0",
    "@eslint/js": "^9.15.0",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.9.1",
    "babel-jest": "^29.7.0",
    "babel-plugin-add-module-exports": "^1.0.4",
    "eslint": "^9.15.0",
    "eslint-plugin-jsdoc": "^50.5.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^15.12.0",
    "jest": "^29.7.0",
    "node-notifier": "^10.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "prebuild": "rm -rf lib/",
    "build": "babel src --source-maps --out-dir lib && tsc",
    "postbuild": "cp .npmignore README.md package.json LICENSE lib",
    "lint": "eslint .",
    "test": "jest"
  }
}