@averox/cryptosphare
Version:
Real-time SDK for end-to-end encrypted messaging, key monitoring, and secure A/V streaming
68 lines (67 loc) • 1.66 kB
JSON
{
"name": "@averox/cryptosphare",
"version": "1.0.4",
"description": "Real-time SDK for end-to-end encrypted messaging, key monitoring, and secure A/V streaming",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint 'src/**/*.{js,ts}'",
"lint:fix": "eslint 'src/**/*.{js,ts}' --fix"
},
"keywords": [
"security",
"encryption",
"e2ee",
"cryptography",
"monitoring",
"sdk",
"real-time",
"streaming",
"secure-messaging"
],
"author": "Waseem Javed software and cyber security engineer",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/av-waseem/cryptosphare"
},
"bugs": {
"url": "https://github.com/av-waseem/cryptosphare"
},
"homepage": "https://github.com/av-waseem/cryptosphare",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/elliptic": "^6.4.18",
"@types/node": "^22.15.21",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"dependencies": {
"crypto-js": "^4.2.0",
"elliptic": "^6.6.1"
},
"peerDependencies": {
"typescript": ">=4.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}