UNPKG

@abdellatif.dev/cryptjs

Version:

A JavaScript/TypeScript library that brings cryptographic functionality from Dart to the web

55 lines 1.41 kB
{ "name": "@abdellatif.dev/cryptjs", "version": "0.6.1", "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": { "@eslint/js": "^9.30.0", "@jest/globals": "^30.0.3", "@types/jest": "^30.0.0", "@types/node": "^24.0.7", "esbuild": "^0.25.5", "eslint": "^9.30.0", "eslint-plugin-jsdoc": "^51.2.3", "eslint-plugin-simple-import-sort": "^12.1.1", "fast-glob": "^3.3.3", "globals": "^16.2.0", "jest": "^30.0.3", "node-notifier": "^10.0.1", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "scripts": { "prebuild": "rm -rf lib/", "build": "node build.js && tsc", "postbuild": "cp .npmignore README.md package.json LICENSE lib", "lint": "eslint .", "test": "jest" } }