UNPKG

@zkthings/e2e-encryption-ed25519

Version:

End-to-end encryption for Solana, StarkNet & ed25519 wallets - secure data transmission with AES-256-GCM

64 lines (63 loc) 1.46 kB
{ "name": "@zkthings/e2e-encryption-ed25519", "version": "0.1.0", "description": "End-to-end encryption for Solana, StarkNet & ed25519 wallets - secure data transmission with AES-256-GCM", "main": "src/index.ts", "module": "src/index.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/zkThings/e2e-encryption-ed25519.git" }, "bugs": { "url": "https://github.com/zkThings/e2e-encryption-ed25519/issues" }, "homepage": "https://zksdk.dev", "publishConfig": { "access": "public" }, "keywords": [ "solana", "starknet", "ed25519", "encryption", "e2e", "end-to-end", "wallet", "crypto", "privacy", "secure", "aes-256-gcm", "x25519", "keypair", "web3", "blockchain", "zkthings", "private-data" ], "author": "Nandan Joshi", "license": "MIT", "scripts": { "test": "bun test", "user-test": "bun run user-test.ts", "lint": "eslint", "prepublishOnly": "bun test" }, "devDependencies": { "@eslint/js": "^9.18.0", "@types/bun": "latest", "eslint": "^9.18.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-security": "^3.0.1", "eslint-plugin-unicorn": "^56.0.1", "typescript-eslint": "^8.21.0" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@noble/curves": "^1.8.1", "@noble/ed25519": "^2.2.3", "winston": "^3.17.0" } }