UNPKG

@iota-big3/sdk-security

Version:

Advanced security features including zero trust, quantum-safe crypto, and ML threat detection

62 lines (61 loc) 1.75 kB
{ "name": "@iota-big3/sdk-security", "version": "2.0.0", "description": "Advanced security features including zero trust, quantum-safe crypto, and ML threat detection", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:unit": "jest --config jest.config.ts", "test:integration": "jest --config jest.integration.config.ts", "test:all": "npm run test:unit && npm run test:integration", "lint": "eslint src --ext .ts", "clean": "rm -rf dist" }, "dependencies": { "@grpc/grpc-js": "^1.9.0", "@grpc/proto-loader": "^0.7.0", "@tensorflow/tfjs-node": "^4.10.0", "events": "^3.3.0", "@iota-big3/sdk-database": "file:../sdk-database", "@iota-big3/sdk-observability": "file:../sdk-observability", "@iota-big3/sdk-performance": "file:../sdk-performance", "@iota-big3/sdk-core": "file:../sdk-core", "@iota-big3/sdk-gateway": "file:../sdk-gateway" }, "devDependencies": { "@types/node": "^20.0.0", "@types/jest": "^29.0.0", "typescript": "^5.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "@typescript-eslint/parser": "^6.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "eslint": "^8.0.0" }, "peerDependencies": { "@iota-big3/sdk-types": "file:../sdk-types", "@iota-big3/sdk-events": "file:../sdk-events" }, "keywords": [ "security", "zero-trust", "quantum-safe", "post-quantum", "threat-detection", "ml-security", "service-mesh", "soar" ], "author": "iota-big3 SDK Team", "license": "MIT", "publishConfig": { "access": "restricted", "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "README.md" ] }