averox-sdk-secure
Version:
Real-time SDK for key monitoring, secure messaging, and A/V streaming with encryption
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "averox-sdk-secure",
"version": "1.0.0",
"description": "Real-time SDK for key monitoring, secure messaging, and A/V streaming with encryption",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "shx rm -rf dist && tsc -p tsconfig.json",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"security",
"encryption",
"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/waseemjaved/averox-secure-sdk.git"
},
"bugs": {
"url": "https://github.com/waseemjaved/averox-secure-sdk/issues"
},
"homepage": "https://github.com/waseemjaved/averox-secure-sdk#readme",
"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",
"typescript": "^5.3.3"
},
"dependencies": {
"crypto-js": "^4.2.0",
"elliptic": "^6.6.1",
"module-alias": "^2.2.3",
"shx": "^0.4.0"
},
"moduleAliases": {
"@config": "dist/config",
"@crypto": "dist/crypto",
"@customTypes": "dist/types"
}
}