melq
Version:
Quantum-secure chat network with ML-KEM-768 encryption and host-based architecture
65 lines (64 loc) • 1.36 kB
JSON
{
"name": "melq",
"version": "1.0.13",
"description": "Quantum-secure chat network with ML-KEM-768 encryption and host-based architecture",
"main": "src/index.js",
"type": "module",
"bin": {
"melq": "./bin/melq.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"host": "node src/index.js --host",
"join": "node src/index.js --join"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"fastify": "^4.25.2",
"localtunnel": "^2.0.2",
"mlkem": "^2.3.1",
"node-fetch": "^3.3.2",
"node-forge": "^1.3.1",
"readline": "^1.3.0",
"ws": "^8.16.0"
},
"overrides": {
"axios": "^1.7.9",
"node-domexception": "^2.0.2"
},
"keywords": [
"chat",
"encryption",
"quantum-secure",
"ml-kem",
"mlkem",
"post-quantum",
"secure-chat",
"cli",
"network",
"terminal",
"websocket",
"aes-256-gcm"
],
"author": "MELQ Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ecbaldwin4/melq.git"
},
"bugs": {
"url": "https://github.com/ecbaldwin4/melq/issues"
},
"homepage": "https://github.com/ecbaldwin4/melq#readme",
"engines": {
"node": ">=16.0.0"
},
"files": [
"src/",
"bin/",
"README.md",
"package.json"
]
}