@chatereum/react-e2ee
Version:
A End-to-end encryption library for React and browser based JavaScript frameworks
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "@chatereum/react-e2ee",
"version": "3.0.1",
"description": "A End-to-end encryption library for React and browser based JavaScript frameworks",
"main": "bin/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Arjis2020/react-e2ee"
},
"homepage": "https://github.com/Arjis2020/react-e2ee",
"scripts": {
"start": "node app.js",
"publish": "npm run build",
"build": "rm -rf bin && npm run test && npx tsc -p .",
"test": "jest"
},
"files": [
"bin/"
],
"keywords": [
"e2ee",
"chat",
"react",
"react-e2ee",
"end-to-end-encryption",
"rsa",
"subtlecrypto",
"aes",
"diffie-hellman",
"ciphers",
"encryption"
],
"author": "Arjis Chakraborty",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@peculiar/webcrypto": "^1.4.3",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}