UNPKG

@iota-big3/sdk-quantum

Version:

Quantum-ready architecture with post-quantum cryptography

59 lines (58 loc) 1.4 kB
{ "name": "@iota-big3/sdk-quantum", "version": "1.0.0", "description": "Quantum-ready architecture with post-quantum cryptography", "author": "School OS Team", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "lint": "eslint src --ext .ts", "build": "tsc -p tsconfig.build.json", "build:watch": "tsc --watch", "type-check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@iota-big3/sdk-core": "workspace:*", "@iota-big3/sdk-edge": "workspace:*", "@iota-big3/sdk-events": "workspace:*", "@iota-big3/sdk-observability": "workspace:*", "@iota-big3/sdk-security": "workspace:*", "@iota-big3/sdk-types": "workspace:*", "argon2": "^0.31.0", "tweetnacl": "^1.0.3" }, "devDependencies": { "@types/node": "^20.11.5", "@vitest/ui": "^3.2.4", "c8": "^10.1.3", "happy-dom": "^18.0.1", "jest": "^29.7.0", "jsdom": "^26.1.0", "typescript": "^5.3.3", "vitest": "^3.2.4" }, "keywords": [ "schoolos", "sdk", "quantum", "post-quantum", "cryptography", "security" ], "peerDependencies": { "@iota-big3/sdk-core": "workspace:*" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "restricted", "registry": "https://registry.npmjs.org/" } }